@charset "utf-8";
#dropmenudiv {
	position:absolute;
	z-index:100;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #AA8452;
	border-left-color: #A88456;
	background-color: #801519;
	width: 175px;
}
#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AA8452;
	color: #EEDFB5;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	background-color: #7F1519;
	font-size: 13px;
	padding: 10px;
	width: 175px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AA8452;
	text-align: left;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #580E11;
	text-align: left;
}
