dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	width: 900px;
	position: absolute;
	top: 110px;
	left: 5px;
}
#menu dl {
float: left;
width: 11em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	margin: 1px;
	background-color: #FFFF66;
}
#menu dd {
display: none;
border: 1px solid gray;
}
#menu li {
	text-align: center;
	background-color: #fff;
}
#menu li a, #menu dt a {
color: #000066;
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-color: #66CC99;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #006666;
padding: 5px;
border: 1px solid gray; 
}
