.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 218px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
z-index:16000; 
*position:absolute;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
/*background: white url(../../images/M_menubg1.png) repeat-x bottom left;
font:13px "Trebuchet MS";
text-transform:uppercase;
color:#505151;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;*/
background: white url(../../images/M_menubg1.png) repeat-x top left;
font:13px "Trebuchet MS";
text-transform:uppercase;
color:#505151;
display: block;
width: auto;
padding: 5px 0;
padding-left: 20px;
text-decoration: none;
border-bottom:1px #cecece dotted;

}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
z-index:16000;
margin-left:2px;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*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:#505151;
}

.glossymenu li a:hover{
background-image: url(../../images/M_menubg.png);
	background-position:top left;
	background-color:#f0f1f1;
}

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