

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 193px; /*WIDTH OF MAIN MENU ITEMS*/

}

.glossymenu li{
position: relative;
text-align:left;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 240px; /*WIDTH OF SUB MENU ITEMS*/
height: 400px;
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background-image:url(images/arrow.gif);
background-color:#F6D5B3;
font: 11px Arial;
color:#333333;
	font-weight:bold;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom-color:#000000;
border-bottom-width:1px;
border-bottom-style:solid;

}

.glossymenu .arrowdiv{
position: absolute;
right: 3px;
background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color:#333333;
}

.glossymenu li a:hover{
background-color:#ffffff;
color:#000000;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */