/** Drop-down Navigation **/
#dropmenudiv {
	position: absolute;
	border: 1px solid #b0b2af;
	border-bottom-width: 0;
	margin-top: 0px;
	margin-left: 0px;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #b0b2af;
	padding: 1px 0;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	background: #00255c;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-decoration: underline;
}