@charset "iso-8859-1";
.header2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	color: #000066;
	text-decoration: none;
	background-color: #FFFFFF;
}


#dropmenudiv {
	position: absolute;
	border: 1px solid white;
	border-bottom-width: 0;
	background-color: #002786;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid white;
	padding: 1px 0;
	color: #ffffff;
	background-color: #002786;
	font-weight: bold;
	text-decoration: none;
}
#dropmenudiv a:hover {
	/*hover background color*/
background-color: #002786;
	color: #ffcb05;
	font-weight: bold;
}
