.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 185px;
}

.glossymenu li{
	position: relative;
	background-image: url(images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.glossymenu li a{
	color: #000;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	background-color: #E2E2E2;
	background-image: url(images/icon.gif);
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	clip: rect(auto,auto,auto,-50px);
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
	width: 150px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	background-color: #06F;
	color: #FFF;
	background-image: url(images/icon_white.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right center;
}

.glossymenu li a:visited, .glossymenu li a:active{

}

.glossymenu li a:hover{
	background-image: url(images/icon.gif);
	color: #06C;
	font-size: 12px;
	background-repeat: no-repeat;
	background-position: left center;
}


/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
.glossymenu li ul a:hover {
	color: #000;
}
