@charset "utf-8";
/* CSS Document */

<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, 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 */
top: 87px;
left: 135px;
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
color: #FFFFFF;
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: left;
font-weight: bold;
background: #262865;
border: 0px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a{
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
} 
#menu dt a:hover, #menu dt a:focus{
background: #262865;
} 

#menu li a:hover, #menu li a:focus {
background: #cccccc;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 0px solid gray; 
}
-->
</style>
