/* CSS Document */
#dropmenudiv{
	position:absolute;
	font:normal 11pt Arial;
	z-index:100;
	margin-top:48px;
	margin-left:-94px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;	
}

#dropmenudiv a{
	font-family: Arial, Helvetica, sans-serif, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #739214;
	text-decoration: none;
	display: block;
	height: 23px;
	width:280px;
	line-height: 23px;
	float: left;
	padding-left: 12px;
	padding-right: 4px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0499D1;
	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: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	font-style: italic;

}
