
<!-- 
body {
margin: 0;
padding: 0;
font: 13px arial, sans-serif;
}
dl, dt, dd, ul, li, li ul {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 5;
z-index:100;
width: 732; /* precision for Opera */
}
#menu dl {
float: left;
width: 9em;
}
#menu dt {
color: #000000;
cursor: pointer;
text-align: center;
font-weight: bold;
border-right: 2px solid #F5F7F4;
border-left: 2px solid #F5F7F4;
margin: 0px;
}
#menu dd {
display: none;
border: 1px solid gray;
}

#menu li {
text-align: center;
background: #000000;
width:auto
}
#menu li a{ 
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu dt a:hover, #menu dt a:focus {
background: #808080;
}

#menu li a:hover, #menu li a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000000;
background-color: #F5F7F4;
padding: 2px;
border: 1px solid gray; 
}
-->


