.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 245px; /*WIDTH OF MAIN MENU ITEMS*/
border: solid #dae1d7;
border-left-width:1px;
border-top-width:0px;
border-right-width:0px;
border-bottom-width:0px;
z-index:9999;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background-color: #f3f5f2;
font: normal 11px Tahoma;
color: #898989;
display: block;
width: 230px;
padding: 8px 0;
padding-left: 15px;
text-decoration: none;
border-bottom-color:#dae1d7;
border-bottom-style:solid;
border-bottom-width:1px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 205px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: -1px;
display: none;
border: 1px solid #dae1d7;
border-bottom-width:0px;
border-left-width:1px;
margin-left:1px;
}

.glossymenu li ul li{
float: left;
z-index:9999;
}

.glossymenu li ul a{
width: 190px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
/*color: #333333;*/
}

.glossymenu li a:hover{
background-color: #dae1d7;
color: #333333;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */