<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, li {
margin: 0;
padding: 0;
list-style-type: none;
}

ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#menu {
position: absolute; /* Menu position that can be changed at will */
top: 101;
left: 22;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 8em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
font-family: Century Gothic;
font-size: 14px;
background: #ccc;
border: 1px solid gray;
margin: 1px;
height: 18px;
}

#menu dd {
display: none;
border: 1px solid gray;
background: #fff;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt a, #menu ul a {
color: #000;
text-decoration: none;
display: block;
font-family: Century Gothic;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#menu ul a:hover, #menu ul a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 105px;
left : 22px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
-->
</style>

