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

.glossymenu li{
position: relative;
}

.glossymenu li a{
	color: white;
	display: block;
	width: auto;
	text-decoration: none;
	background-color:transparent;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
		
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position:absolute;
background-color:#211f60;
width: 210px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display:none;
}

.glossymenu li ul li{
float: left;

}
.glossymenu li ul a{
width: 210px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.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: white;
}

.glossymenu li a:hover
{
	width:201px;
	background-color: #336699;
	border-style:groove;
	height:44px;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
#print {
	float: left;
	width: 276px;
	height: 30px;
	margin-left: 95px;
	margin-top:8px;
	
}

