body {
	margin: 0;
	padding: 0;
	background: #657822;
	font: 10px verdana, arial, sans-serif;
	color: #657822;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	z-index:100;
	width: 600px;
}

/*
#frame {
	width: 790px; precision for Opera 
	background-color:#FFCC33;
	height: 100px;
	top: 100px;
	position: relative;
	padding-left: 10px;
	left: 100px;
}*/
#menu dl {
	width: 150px;
	float: left;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #003300;
	margin: 5px;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
}
#menu dd {
	display: none;
	border: 1px solid #003300;
}
#menu li {
	text-align: center;
	background: #fff;
}
#menu li a, #menu dt a {
	color: #657822;
	text-decoration: none;
	display: block;
	height: 17px;
	border: 0 none;
	font-size: 14px;
}
#menu li a:hover, #menu dt a:hover {
	background: #BCCF4D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C4E43B;
	color: #FFFFFF;
	line-height: 30px;
	height: 30px;
}

#site {
	position: absolute;
	z-index: 1;
	top : 70px;
	left : 10px;
	color: #000;
	background-color: #ddd;
	padding: 5px;
	border: 1px solid gray; 
}
/*
.mentions {
	position: absolute;
	top : 300px;
	left : 10px;
	color: #000;
	background-color: #ddd;
}
*/

