/* CSS Document */
<style type="text/css">

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;
}
#menu {
	position: absolute;
	top: 215px;
	left: 11px;
	z-index:215;
	width: 979px;
	visibility: visible;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background-color: #FFFF00;
}
#menu dd {
border: 1px solid gray;
}
#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;
	background-color: #00CCCC;
}
#menu li a:hover, #menu dt a:hover {
	color: #FFFF00;
}

#site {
position: absolute;
z-index: 220;
top : 220px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}




a {text-decoration: none;
color: black;
color: #222;
}

</style>

