@charset "utf-8";
/* CSS Document */

#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:bold 11px Tahoma, Verdana, Arial;
line-height:18px;
z-index:100;
margin-top:5px;

}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid white;
	padding: 5px 0;
	text-decoration: none;
	font-weight: normal;
	color:#6e1e18;
	font-size: 11px;
	font-style: normal;
	font-variant: bold;
	font:bold 11px Tahoma, Verdana, Arial;
	background:#faeeee;
}

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