a:link { 
	font-family:Arial;
	font-style:normal;
	color:#336591;
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}

a:visited { 
	font-family:Arial;
	font-style:normal;
	color:#336591;
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}

a:active { 
	font-family:Arial;
	font-style:normal;
	color:#BC8F8F;	
	font-size:10pt;
	font-weight: bold;
	text-decoration:none;
}

a:hover{ 
	font-family:Arial;
	font-style:normal;
	color:#BC8F8F;
	font-size:10pt;
	font-weight: bold;
	text-decoration:underline;
}

#dropmenudiv{
	position:absolute;
	border:1px solid gray;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;	
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid gray;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color:#336591;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color:#336591;
	color: white;
}
