/* CSS Document */
#dropmenudiv{
	position:absolute;
	background-color: #681B25;
	border:0px;
	border-bottom-width: 0;
	line-height:13px;
	z-index:100;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #6F0104;
	border-top-style: none;
}

#dropmenudiv a:hover{
	background-color: #98012E;
	color: #FFFF99;
}
