/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
	position: absolute;
	top: 0;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	line-height: 10px;
	z-index: 100;
	background-color: #003D78;
	width: 200px;
	visibility: hidden;
	color: #fc0;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}



.dropmenudiv a
{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid #ccc;
	padding: 2px 2px 2px 4px;
	line-height: 12px;
	text-decoration: none;
	color: #fff;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: uppercase;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #00144A;
	color: #ccc;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-weight: bold;
}

