@charset "utf-8";
#dropmenudiv{
	position:absolute;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FDEAD8;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #F9C0AF;
	color: #000000;
}

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

