.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu li{
position: relative;
}

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

.glossymenu li a{
	font: bold 12px Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #FD1E23;
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-color: #FFFFFF;
}

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

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

.glossymenu li a:hover{
	background-color: #FFFFFF;
	color: #FFCC00;
}

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







<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.urbangreymenu{
width: 138px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 9px Tahoma;
color: white;
padding-left: 10px;
background: #C0C0C0 url(IMAGES/DD.PN) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
margin-top: 0;
text-transform: none;
padding: 6px 0 6px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Trebuchet MS;
color: black;
background: #E9E9E9;
display: block;
padding: 7px 0;
line-height: 17px;
padding-left: 10px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: silver;
background: #808080;

}

</style>