dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 30px;
left: 25px;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 165px;
}
#menu dt {
cursor: pointer;
text-align: center;
/* font-weight: bold; */
font-size:12px;
/* background: #ccc; */ 
border-right: 1px solid #FFFFFF;

margin: 3px;
}
#menu dd {
display: none;
border: 1px solid #FFFFFF;
}
#menu li {
text-align: left;
background: #103373;
padding:4px;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #c01e1b;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
