.glossymenu, .glossymenu li ul{ list-style-type: none; margin: 0; padding: 0; width: 150px; }

.glossymenu li{ position: relative; }

.glossymenu li a{ font: bold 11px Verdana, Helvetica, sans-serif; color: #fff; background-repeat: repeat-x; background-attachment: scroll; background-position: left bottom; display: block; width: auto; padding: 4px 0 3px 10px; text-decoration: none; }

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

.glossymenu li ul li{ width: 280px; float: left; }

.glossymenu li ul a{ color: #fff; background-color: #339; text-decoration: none; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{ color: #fff; text-decoration: none; }

.glossymenu li a:hover{ color: #9c0; background-image: url(glossyback2.gif); text-decoration: none; }

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { color: #fff; text-decoration: none; height: 1%; }
/* End */