/* menu.css Menu styles */

#wrap #menu { color:#660000; }
#menu_wrap { position:absolute; width:124px; left:35px; top:205px; }

dl#menu, #menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu dt {
cursor: pointer;
background: #ffffff;
height: 20px;
line-height: 20px;
margin: 4px 0;
border: 1px solid gray;
text-align: left;
font-weight: bold;
}
#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 13em;
background: #C9C9C9;
border: 1px solid gray;
}
#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 11px;
height: 18px;
line-height: 18px;
}
#menu a:link, #menu a:visited {
color: #660000;
text-decoration: none;
display: block;
}
#menu a:hover {
background-color : #C7FFE3;
color : #660000;
font-weight : bold;
text-decoration : none;
}

#menu .membersonly a:link, #menu .membersonly a:hover, #menu .membersonly a:visited
{color:#ffffff; background-color : #660000;}

#members_sub {color:#ffffff; background-color : #660000;}