#dropmenudiv{
	position:absolute;
	border:1px #4b221f;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	color: #4b221f;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px #4b221f;
	padding: 1px;
	text-decoration: none;
	font-weight: bold;
	border-top-style: solid;
	border: 1px #4b221f;
	border-top-color: #4b221f;
	border-top-width: thin;
	border-right-color: #4b221f;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #4b221f;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-left-color: #4b221f;
	border-left-style: solid;
	border-left-width: thin;
	border-top: #4b221f;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #efefe0;
}


