dl, dt, dd{
margin: 0;
padding: 0;
list-style-type: none;
color: #333333;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 108px;
left: 15px;
z-index: 100;
width: 85%; /* precision for Opera */
}

#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
}

#menu dl {
float: left;
width: 9em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #AEB2A7;
color: #333333;
margin: 1px;
margin-bottom: 0px;
padding: 0px;
padding-left: 20px;
padding-right: 20px;
}
#menu dd {
display: none;
border: 1px solid #000000;
border-top: 0px;
margin-top: 0px;
}
#menu li {
text-align: center;
background: #737D62;
border: 1px solid #000000;
list-style-type: none;
}
#menu li a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a {
color: #333333;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu li a:focus {
background: #D9DCD5;
color: #333333;
}

#menu dt a:hover, #menu dt a:focus {
color: #FF0000;
}

#members {
position: absolute; /* Menu position that can be changed at will */
top: 108px;
right: 5px;
z-index: 100;
width: 15%; /* precision for Opera */
}
