.menudiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;

	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;

	padding: 5px;
	filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9;
	width: 150px;
	padding-bottom: 20px;
}

/*
.menudiv .header {
	width: 100%;
	font-weight: bold;
	text-align: center;
	border-bottom: 2px dashed #999966;
	margin-bottom: 5px;
}
*/

.menudiv a {
	display: block;
	color: #999999;
	text-indent: 5px;
	text-decoration: none;
}

.menudiv a:hover {
	background-color: #7B0020;
	color: #FFFFFF;
}
