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: 740px; /* precision for Opera */
}

/*
#frame {
	width: 790px; precision for Opera 
	background-color:#FFCC33;
	height: 100px;
	top: 100px;
	position: relative;
	padding-left: 10px;
	left: 100px;
}*/
#menu dl {
	width: 120px;
	float: left;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	background: #FFFFFF;
	margin: 1px;
	font-size: 14px;
	border-top: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 2px solid #003300;
	border-left: 1px solid #003300;
}
#menu dd {
	display: none;
	border-top: 1px solid #003300;
	border-right: 1px solid #003300;
	border-bottom: 2px solid #003300;
	border-left: 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: #FFCC00;
	color: #FFFFFF;
}

#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;
}
*/
