.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border: 1px solid #000000;
 /* Borders:     Top    Right  Bottom    Left   */
 border-color: #000000 #000000 #000000 #000000;
 background-color: #FFFFFF;
/* layer-background-color: #CCCC99;*/
 padding: 0px;
 font: 12px arial;
 /* Here's a cool effect, try uncommenting this: */
 filter: alpha(opacity=90); -moz-opacity: 0.9; opacity: 0.9 
}

.menudiv .header {
 width: 100%;
 font-weight: bold;
 text-align: left;
 border-bottom: 1px solid #000000;
 margin-bottom: 5px;
}

.menudiv a {
 display: block;
 position: relative;
 padding: 3px;
 color: #666666;
 text-decoration: none;
 font-size: 10px;
 font-family: verdana;
 font-weight: bold;
}

.menudiv a:hover {
 background-color: #FFFFFF;
 color: #000000;
}

.menudiv a:active {
 background-color: #FFFFFF;
 color: #000000;
}

.menudiv .highlighted {
 background-color: #FFFFFF;
 color: #000000;
}

.submenu{
 margin-left: 4px;
 margin-right: 4px;
 margin-top: 0px;
 margin-bottom: 0px;
 text-align: left;
}

.trigger a {
 color: #666666;
 text-decoration: none;
 font-size: 14px;
 font-family: arial;
 font-weight: bold;
}


/* Just a random style, needed for NS4 */
b, strong {
 font-weight: bold;
}
