#dropmenudiv{
position:absolute;
visibility: hidden;

border:1px solid #A2A099;
border-top-width: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 1;
background-color: #000000;
width: 205px;
color:#FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #57524F;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 5px;
	font-size:9px;
	color: #e1ddae;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #57524F;
color: white;
font-weight:normal;
}

body {
	background-color: #57524F;
}
a:hover {
	text-decoration: underline;
}
.likcolorao {
	color: #660000;
}

