<style type="text/css">

body {
background: white;
padding: 0px;
margin: 0px;
font-family: verdana, arial, sans-serif;
font-size: 90%;
color: black;
}
dl, dt, dd, ul, li {
margin: 0px;
padding: 5px;
list-style-type: none;
}
#menu {
position: absolute;
left: 50%;
margin-left: -8em;
top: 1em;
width: 15em;
}

#menu dt {
cursor: pointer;
background-image: url(images/bg_but.gif);
height: 20px;
line-height: 20px;
margin: 10px 0px;
text-align: left;
font-weight: bold;
border-bottom: 1px solid gray;
border-right: 1px solid gray;

}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 10em;
	margin-top: -1.0em;
	width: 11em;
	background-image: url(images/bg_but.gif);
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;


}

#menu ul {
padding: 10px;
}
#menu li {
text-align: left;
font-size: 90%;
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: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}


</style>
