#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	font-weight: bold;
	color: #87661f;
	text-decoration: none;
	margin-top: 5px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding-top: 5px;
	padding-right: 3;
	padding-bottom: 5px;
	padding-left: 3;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fdf2a1;
	color: #DB2727;
}
