<style type="text/css" media="screen">
<!-- 
body {
margin: 0;
padding: 0;
background: ;
font: 80% arial, 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 */

z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 11 em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #F15A22;
border: 1px white;
margin: 0px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #EF9A75;
}
#menu li a, #menu dt a {
color: #000;
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: #eee;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}
.navlink { color:#000000; font-weight:bold; font-size:13px; text-decoration:none; }
.navlink:hover { color:brown; font-size:13px; font-weight: bold; text-decoration:none;background-color: #CCCCCC;border: 1px solid brown;padding: 4px; }


.smalllink { color:800080; font-weight:normal; font-size:12px; text-decoration:none; }
.smalllink:hover { color:blue; font-size:12px; font-weight: bold; text-decoration:underline; }



.bottom { color:800080; font-weight:normal; font-size:12px; text-decoration:none; }

.ta { color:blue; font-weight:bold; font-size:10px; text-decoration:none; }

-->
</style>

