<style type="text/css">
<!-- 
/* CSS from tutorials of www.alsacreations.com/articles */
body {
margin: 0;
padding: 0;
background: white;
font: 80% arial, helvetica
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
font: 8pt arial, helvetica;
list-style-type: none
}
#menu {
position: absolute;
z-index:100;
width: 100% /* precision for Opera */
}
#menu dl {
float: left;
width: 10em
}
#menu dt {
cursor: hand; /* precision for IE */
cursor: pointer;
text-align: left;
font-weight: bold;
border: 0px solid gray;
margin: 1px
}
#menu dd {
display: none;
border: 1px solid gray
}
#menu li {
text-align: center;
background: #fff
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none
}
#menu li a:hover, #menu dt a:hover {
background: #DDF7DE
}
#site {
position: absolute;
z-index: 1;
color: #000;
background-color: #ddd;
padding: 5px;
border: 0px solid gray
}
-->
<!--

A { text-decoration: none; }

A:link { color: #000099; }

A:visited { color: #000099; }

A:hover { color: green; }

-->

</style>