<style type="text/css">

body {
background: white;
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 90%;

}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

margin-left: 0.5em;
top: 16em;
width: 10em;
z-index: 90;
}

#menu dt {
cursor: pointer;
background: #;
height: 10px;
line-height: 20px;
margin: 10px 0;
border: 0px solid gray;
text-align: left;
font-weight: normal;
z-index: 90;
}

#menu dd {
	position: absolute;
	left: 50%;
    margin-left: -430px;
	z-index: 90;
	margin-top: -0.5em;
	width: 16em;
    background: #FFFFCC;
	border-bottom: 1px solid gray;
	border-left: 1px solid gray;


}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 85%;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #1D3E13;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none;

}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 0px;
left : 10px;
color: #272900;
background-color: #1D3E13;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: none;
color: #222;
}


</style>




