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

.glossymenu li{
	position: relative;
	margin-bottom: 1px;
}


.glossymenu li a{
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A0002;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9A0002;
	margin-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9A0002;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
	width: 150px;
	background-color: #FFFFFF;
	margin-left: 4px;
	margin-right: 3px;
}

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

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

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