.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a { background-color: left; background-image: 
               url('glossyback.gif'); 
               background-repeat: repeat-x; background-attachment: scroll; 
               font-style: normal; font-variant: normal; font-weight: bold; 
               font-size: 12px; font-family: Verdana, Helvetica, sans-serif; 
               color: white; display: block; width: auto; text-decoration: 
               none; padding-left: 10px; padding-right: 0; padding-top: 5px; 
               padding-bottom: 5px; background-position: bottom }
.glossymenu .arrowdiv { position: absolute; right: 2px; background-image: 
               url('arrow.gif'); 
               background-repeat: no-repeat; background-attachment: scroll; 
               background-position: transparent right }
.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover { background-image: 
               url('glossyback2.gif') }
/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */