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

#menu dt {
cursor: pointer;
background: #000000;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 1px solid #5C5C5C;
text-align: center;
font-weight: bold;
font-size: 100%;
color: #FFFFFF;
}

#menu dd {
position: absolute;
z-index: 100;
right: 9em;
margin-top: -1.4em;
width: 10em;
background: #000000;
border: 1px solid #5C5C5C
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 100%;
height: 18px;
line-height: 18px;
font-weight: bold;

}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
}

#menu li a:hover {
background: #BB0000;
}

#menu dt a:hover {
background: #BB0000;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #FFFFFF;
}
#mentions a:hover{text-decoration: underline;
}