body {margin: 10px; padding: 0; font: 14px Verdana, sans-serif;}

ul, li {
list-style-type: none;
margin: 0;
padding: 0;
}

div.menu {
	position: relative;
	width: 600px;
	top: 10px;
	z-index: 3;
	left: 280px;
}
div.menu li {
float: left;
width: 120px;
}

div.menu a {
	margin: 0 2px;
	height: 20px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #CC0000;
	background: #003366;
	border-top: 1px solid ##CC0000;
	border-right: 1px ##CC0000;
	border-bottom: 1px solid ##CC0000;
	border-left: 1px ##CC0000;
}

div.menu a:hover {
background: #006699;
border: 1px solid #CC3300; 
}

#smenu1, #smenu2, #smenu3, #smenu4 {
	display: none;
	width: 120px;
	font-size: 14px;
	float: left;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a {
font-weight: normal;
border-top: 0 none;
}
.site {
position: relative;
z-index: 1;
top : 70px;
left : 10px;
color: #CC0000;
background-color: #000066;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: relative;
top : 300px;
left : 10px;
color: #990000;
background-color: #000066;
}
a {text-decoration: none;
color: #990000;
}
