<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% Arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
z-index:100;
width: 650px; /* precision for Opera */
}
#menu dl {
float: left;
width: 6.5em;
}
#menu dt {

cursor: pointer;
text-align: center;
font-weight: bold;
background: #84E6FF;
border: 1px solid gray;
margin: 1px;
}
#menu dd {
width: 6.5em;
display: none;
border: 0 none;
}
#menu li {
text-align: center;
background: #84E6FF;
font-size: 10px;
}
#menu li a, #menu dt a {
color: #3164FD;
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: #3164FD;
color: #ffffff;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
-->
</style>

