.menudiv {
position : absolute;
*position: fixed;
margin: 5px auto auto -4px;
visibility : hidden;
z-index : 100;
border : 0 outset #9f9f9f;
border-color : #ffffff #ffffff #ffffff #ffffff;
padding : 0px;
font : 12px/22px Arial, Helvetica, sans-serif;
text-align : left;
}
.menudiv div {
width: 79px;
background-color : #0390e0;
}
.menudiv .header {
width: 100%;
font-weight : bold;
text-align : center;
border-bottom : 2px dashed #999966;
margin-bottom : 5px;
z-index : 1200;
}
.menudiv a {
display: block;
border-top : 1px solid #025791;
border-right : 1px solid #0390e0;
border-bottom : 1px solid #0390e0;
border-left : 1px solid #0390e0;
color : #ffffff;
padding : 3px 0 3px 5px;
text-indent : 0;
text-decoration : none;
}
.menudiv a:hover {
border : 1px solid;
border-color : #75D2FB #0babf3 #0390e0 #0babf3;
background-color : #0babf3;
padding : 3px 0 3px 5px;
color : #ffffff;
}
.menudiv a:active {
border : 1px solid;
border-color : #f88f14 #f88f14 #832a0b #f88f14;
background-color : #832a0b;
padding : 3px 0 3px 5px;
color : #ffffff;
}
.menudiv .highlighted {
background-color : #336699;
border-color : #336699;
color : #ffffff;
}
.trigger a {
font : bold 14px Arial, Helvetica, sans-serif;
color : #003366;
text-decoration : none;
}
.trigger a.highlighted {
color : #cc9966;
}
