/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	background-color:#EAC97C;
	color: #fff;
	border:1px solid;
	font-weight:bold;
	layer-background-color: #212021;
	padding: 5px;
	;
	font: 11px/22px Tahoma, Georgia, 'Times New Roman', Times, serif;
	filter: alpha(opacity=80);
-moz-opacity: 0.9; 	opacity: 0.9;
	border-color: #E1B142;
}

.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #999966;
 margin-bottom: 5px;
}


.menudiv a:link {
	display: block;
	border-bottom: 1px solid #999;
	color: #766330;
	text-indent: 2px;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}


.menudiv a:visited {
 display: block;
 border-bottom: 1px solid #999;
 color: #766330;
 text-indent: 2px;
 text-decoration: none;
 font-weight: bold;
}

.menudiv a:active {
 color: #766330;
 font-weight: bold;
}

.menudiv a:hover {
 border-bottom: 1px dashed #E87916;
 color: #E87916;
 font-weight: bold;
}

.menudiv .highlighted {
 background-color: #660000;
 border-color: #336699;
 color: #FFFFF;
 font-weight: bold;
}


.addons{
 display: block;
 border-bottom: 1px solid #999;
 color: #fff;
 text-indent: 2px;
 text-decoration: none;
 font-weight: bold;
}

a:hover.current {
	display: block;
	background-color: #000000;
	text-decoration: none;
}
