.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px;
	clear: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: #CCCCCC;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: white url(img/glossyback.gif) repeat-x;
	color: #003366;
	display: block;
	width: auto;
	padding: 5;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 150px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.glossymenu li ul li{

}

.glossymenu li ul a{
	width: 140px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-color: transparent;
	background-image: url(img/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	overflow: visible;
	height: 10px;
	width: 10px;
	top: 5px;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #003366;
}

.glossymenu li a:hover{
	background-image: url(img/glossyback2.gif);
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
