/* CSS Document */
#dropmenudiv{
	position:absolute;
	font:normal 14pt Arial;
	z-index:100;
	border: 1px solid #2965B3;
	background-color: #10407E;
	margin-top:50px;
	margin-left:-88px;
	
	
}

#dropmenudiv a{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #00D8FF;
	background-image: url(../images/link-bg.jpg);
	background-repeat:repeat-x;
	height: 27px;
	width: 165px;
	text-decoration: none;
	padding-left: 10px;
	display: block;
	line-height: 27px;
	text-transform: uppercase;
	
}
#dropmenudiv a:hover{ /*hover background color*/
	background-image: url(../images/link-bg-hover.jpg);
	color: #FFFFFF;
}



/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
width: 250px;
}


.maintextCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;

}
