dl, dt, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
/*position: relativ;*/
top: 0;
left: 0;
}

li#menu {
margin-left: 25px;
margin-bottom: 5px;
color: #000;
font-size: 11px;
font-weight: bold;
}
dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
/*height: 40px;*/
/*width: 200px;*/
line-height: 20px;
text-align: center;
font-weight: bold;
border: 0px solid gray;
}
/*dl#menu dd {
border: 1px solid gray;
}*/
dl#menu li {
text-align: left;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

/*dl#menu li a:hover, dl#menu dt a:hover {
background: #eee;
}*/

#mentions {
font-family: verdana, arial, sans-serif;
/*position: relativ;*/
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}