#dropmenudiv{
	position: absolute;
	border: 2px solid #ffffff;
	border-bottom-width: 1;
	font-size: 11px;
	font-family: Georgia, Arial, Tahoma;
	text-decoration: none;
	font-weight: bold;
	line-height:24px;
	text-align: center;
	z-index:100;
}

#dropmenudiv a {
	position: relative;
	background-color: #e5dccb;
	display: block;
	color: #533b19;
	text-indent: 3px;
	border-bottom: 2px solid #ffffff;
	padding: 5px 0;
	font-size: 11px;
	line-height:24px;
	text-align: center;
	font-family: Georgia, Arial, Tahoma;
	text-decoration: none;
	font-weight: bold;
}

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