.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 144px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu li{
position: relative;
background: #e3e3e3 url(images/menu_bg_left.jpg) repeat-x bottom left;
height:16px;
border-bottom:2px solid #e3e3e3;
}

.glossymenu li a{
font: 10px Verdana, Helvetica, sans-serif;
color: #000000;
display: block;
width: auto;
padding: 1px 0 0 23px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: auto;
min-width:144px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
min-width:144px;
border:1px solid #FFF;
color:#000000;
font-weight:normal;
}

.glossymenu li ul a{
width: auto;
min-width:144px;
min-height:19px;/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background-color:#e3e3e3; 
color:#000000; 
}
.glossymenu li ul a:hover{
width: auto;
min-width:144px;
min-height:19px;/*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background-color:#025f9a ;
color:#FFFFFF; 
}

.glossymenu .arrowdiv{
position: absolute;
right: 11px;
top:2px;
background: transparent url(images/arrow.jpg) no-repeat center right;
}

/*.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}
*/
/*.glossymenu li a:hover{
background-image: url(images/menu_bg_left.jpg);
}*/

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