/* CSS Document */

#dropmenudiv {
	position: absolute;
	font: normal 12px ;
	line-height: 18px;
	z-index: 100;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
}

#dropmenudiv a {
	color: #E7E0D8;
	display: block;
	text-indent: 8px;
	/* border-bottom: 1px solid #77706c; */
	padding: 10px 0px 10px 4px;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #89ac5e;
	background-image: url(../../images/dropmnubg_over.jpg);
	color: #FFFFFF;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-khtml-border-radius: 12px;
}