/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 background-color:#770000;
 color: #fff;
 border:1px solid #C2CFE0;
 font-weight:bold;
 
 layer-background-color: #212021;
 padding: 5px;;
 font: 11px/22px Tahoma, Arial, Helvetica, sans-serif;
 
 filter: alpha(opacity=80); -moz-opacity: 0.9; opacity: 0.9 
}

.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: #fff;
	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: #fff;
 text-indent: 2px;
 text-decoration: none;
 font-weight: bold;
}

.menudiv a:active {
 border: 1px solid #003366;
 border-color: #000000 #3366CC #3366CC #000000;
 background-color: #FF8A8A;
 color: #FFFFFF;
 font-weight: bold;
}

.menudiv a:hover {
 border-bottom: 1px dashed #6C96E7;
 color: #6C96E7;
 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;
}
