@charset "utf-8";
/* CSS Document */


body {
	padding:0;
	margin:0;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 240px;
	left: 2px;
	width: 158px;
	font: 8pt Arial, Helvetica, sans-serif;
	overflow: visible;
}

#menu dt {
cursor: pointer;
background: #bdbbbb;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid gray;
text-align: center;
font-weight: bold;
overflow:visible;
z-index:100;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 157px;
	margin-top: -24px;
	width: 14em;
	background: #bdbbbb;
	border: 1px solid gray;
	overflow:visible;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: "Courier New", Courier, monospace;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

