<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;   /*none*/
}
#menu {
position: absolute; 
top: 0;	  /* afstand vanaf boven*/
left: 20px;	  /* afstand vanaf rechts*/
z-index:100;
width: 100%; /* precision for Opera */
}
#menu dl {
float: left;
width: 8.5em;	 /*breedte knoppen*/
}
#menu dt {
cursor: pointer;					  
text-align: center;
font-weight: bold;
background: #FF9900;	 /*knopkleur*/
border: 1px solid gray;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {	 
text-align: center;
background: #FFFFCC;  /*kleur submenu*/
}
#menu li a, #menu dt a { 

color: #0033FF;		/*tekstkleur*/
text-decoration: none;
display: block ;    /*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: 2;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

</style>
