<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;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 100px;
	left: -3px;
	z-index:100;
	width: 1005px; /* precision for Opera */
	height: 25px;
}
#menu dl {
	float: left;
	width: 100px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-right: 1px;
	margin-left: 1px;
}
#menu dd {
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FF8040;
	border-bottom-color: #FF8040;
	border-left-color: #FF8040;
}
#menu li {
	text-align: center;
	background-color: #ff7619;
}
#menu li a, #menu dt a {
	color: #FFFFFF;
	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 {
	color: #000000;
	text-decoration: none;
}
#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #FFFFFF;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray;
}

</style>
