body {
 font-size: 11px;
 font-style: normal;
 color: #ffffff;
 font-variant: small-caps;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none; 
}
#menu {
top: 0;
left: 0;
z-index:100;  
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;  
width: 8.8em;
}
#menu dt {
cursor: pointer;  
text-align: center;
font-weight: normal;
background: #404040;
border-left: 1px solid gray;
border-bottom: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border-left: 1px solid gray;
border-bottom: 1px solid gray; 
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #929292;
}
