@charset "iso-8859-1";
 
/* For menu page only*/

body {
	background-color: #CCD3B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 84px 0 0 248px;
}  
#maincontent {
	background-color: #E3E0BB;
	border: 1px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	font-size: .85em;
	line-height: 1.5em;
	padding: 20px 30px;
	text-align: justify;
	width: 420px;
} 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {position: absolute; top: 84; left: 0; margin: 40px}
#menu {width: 10em; }
#menu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background:#E3E0BB;
}
#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;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
background: #ACB39F;
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

