#dropmenudiv {
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #832121;
	border-right-color: #832121;
	border-bottom-color: #832121;
	border-left-color: #832121;
	opacity: 0.9; -moz-opacity: 0.9; filter: alpha(opacity=90);
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	z-index:100;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B82D2D;
	opacity: 0.9; -moz-opacity: 0.9; filter: alpha(opacity=90);
}

#dropmenudiv a:hover { /*hover background color*/
	background-color: #B82D2D;
	z-index:100;
	opacity: 0.9; -moz-opacity: 0.9; filter: alpha(opacity=90);
}
}

