<style type="text/css" media="screen">
 
body {
margin: 0;
padding: 0;
background: white;
width:800;
font: 80% verdana, arial, sans-serif;
}

#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 99px;
	left: 235px;
	z-index:100;

}
#menu dl {
float: left;
width: 8em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;



}
#menu dd {
display: none;

}
#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 li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #eee;
}
#site {
position: absolute;
z-index: 1;

color: #000;
background-color: #ddd;
padding: 0px;
border: 1px solid gray; 
}

</style>
