
#menuDiv {
	position:absolute;
	font:normal 14px Tahoma;
	line-height:18px;
	border:1px solid black;
	border-bottom-width: 0;
	z-index:100;
}


#menuDiv a {
	width: 100%;
	display: block;
	border-bottom: 1px solid black;
	background-color: #803A2F;
	color: white;
	text-indent: 3px;
	text-decoration: none;
	padding: 1px 0;
}


#menuDiv a:hover {
	color: white;
	background-color: #B46842;
}
