.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding:10px 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
background:url(bg-left-nav.png) repeat-y;
float:left;
min-height:364px;
height:auto;
_height:364px;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
color:#b5d7fc;
font-size:1.1em;
display: block;
width: auto;
padding:5px 5px;
padding-left: 10px;
text-decoration: none;
background:url(dot-h-line.png) repeat-x bottom;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
background-color:#212747;
min-height:25px;
height:auto;
_height:100px;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 170px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background:url(double-arrow-bullet.gif) no-repeat 90% center;
}

.glossymenu li a:visited, .glossymenu li a:active{
}

.glossymenu li a:hover{
background:url(left-nav-hover.jpg) repeat-x;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
