.glossymenu{
margin: 0;
padding: 0;
width: 120px; /*WIDTH OF MAIN MENU ITEMS*/
}

/*.glossymenu td{
position: relative;
}*/

.glossymenu a{
background: white url(../images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenuSelected {
background: white url(../images/glossyback2.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
}

.glossymenusub { /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

/*.glossymenu td {
float: left;
}

.glossymenu td {
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}*/

.arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/arrow.gif) no-repeat center right;
}

.glossymenu td a:visited, .glossymenu td a:active{
color: white;
}

.glossymenu a:hover{
background-image: url(../images/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu td { float: left; height: 1%; }
* html .glossymenu td a { height: 1%; }
/* End */