

.glossymenu, .glossymenu li ul{
background-color: #fefefe;
list-style-type: none;
margin: 0;
padding: 0;
width: auto; /*WIDTH OF MAIN MENU ITEMS*/
font-size:0.85em;	
padding-right:8px;
}

.glossymenu li{
position: relative;
z-index:1;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
background: #fefefe;
position: absolute;
width: 260px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
font-size:1em;
border-left: 1px solid #eee;
border: 1px solid #ddd;
}

.glossymenu li a{
 /* url(../../images/menuGrad.jpg) repeat-x top left;*/
font-family: Verdana, Helvetica, sans-serif;
color: #999;
display: block;
width: 94%;
/* height:26px; */
height:auto;
padding-top: 5px;
padding-bottom: 0px;
padding-left: 10px;
padding-right: 10px; /*********/
text-decoration: none;
border-top: 1px solid #ededed;
}

.glossymenu .arrowdiv{
position: absolute;
right: 0px;
background: url(../../images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
/*color: white;*/
}

.glossymenu li a:hover{
background-color: #dddddd;
color:black;
}

.glossymenu li a:hover .arrowdiv{
background: transparent url(../../images/arrow.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */