<style type="text/css">
 
body {
margin: 0;
padding: 0;
background: white;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: absolute;
	top: 152;
	left: 160;
	z-index:100;
	width: 768px;
	font-size : 11px;
	height: 13px;
	visibility: visible;
}

#menu dl {
float: left;
width: 80px;
}

#menu dt {
font-family: arial;
color: #FFF;
cursor: pointer;
text-align: center;
/*font-weight: bold; */
font-size : 11px;
background: #EA8832;
border: 1px solid gray;
margin: 1px;
}

#menu dd {
display: none;
border: 1px solid gray;
}

#menu li {
text-align: center;
background: #EA8832;
}

#menu li a, #menu dt a {
font-family: arial;
color: #FFF;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a:hover, #menu dt a:hover {
background: #F6B780;
color: #000;
font-weight: bold;
}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 9px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

</style>
