/* CSS Document */
#dropmenudiv{
	position:absolute;
	font:normal 12pt Arial;
	z-index:100;
	border-top:1px solid #B4AE75;
	border-left:1px solid #B4AE75;
	border-right:1px solid #B4AE75;
	background-color: #D9D09F;
	margin-top:26px;
	margin-left:-66px;
	
	
}

#dropmenudiv a{
	float: left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #5D5F13;
	height: 27px;
	width: 165px;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	line-height: 27px;
	text-transform: uppercase;
	border-bottom:1px solid #B4AE75;
	
}
#dropmenudiv a:hover{ /*hover background color*/
	color: #000000;
}



/* 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;

}
