/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 background-color: #666666;
 color: #fff;
 border:1px solid #C2CFE0;
 font-weight:bold;
 
 layer-background-color: #212021;
 padding: 5px;;
 font: 11px/22px Verdana, Arial, Helvetica, sans-serif;
 
 filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9 
}

.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: center;
 border-bottom: 2px dashed #333333;
 margin-bottom: 5px;
}


.menudiv a:link {
 display: block;
 border-bottom: 1px solid #999;
 color: #fff;
 text-indent: 2px;
 text-decoration: none;
 font-weight: bold;
}


.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: #999999;
 color: #FFFFFF;
 font-weight: bold;
}

.menudiv a:hover {
 border-bottom: 1px dashed #333333;
 color: #CCCCCC;
 font-weight: bold;
}

.menudiv .highlighted {
 background-color: #000;
 border-color: #666666;
 color: #FFFFF;
 font-weight: bold;
}


.addons{
 display: block;
 border-bottom: 1px solid #999;
 color: #fff;
 text-indent: 2px;
 text-decoration: none;
 font-weight: bold;
}
