#dropmenudiv {
	border-left: 1px solid #E8DDB9;
	border-right: 1px solid #E8DDB9;	
	border-bottom: 1px solid #E8DDB9;	
	position:absolute;
	z-index:99;
	text-align:left;
}
#dropmenudiv a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 3px;
	text-decoration: none;
	font-weight: bold;
	background-color: #BAC48D;
	color: #000000;
}
#dropmenudiv a:hover {
	background-color: #6E8334;
	color: #000000;
}

