dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #ffffff;
}
#menu {
position: absolute;
left: 1em;
width: 10em;
color: #ffffff;
}

#menu dt {
cursor: pointer;
background: #369;
height: 100%;
line-height: 25px;
margin: 2px 0;
border: 1px;
border-color: #4682B4;
text-align: center;
color: #ffffff;
}

#menu dt a:hover {
text-decoration: none;
color: #ffffff;
}

#menu dd {
position: absolute;
z-index: 100;
left: 4em;
margin-top: -1.4em;
width: 10em;
background: #369;
border: 1px;
border-color: #4682B4;
color: #ffffff;
}




#menu ul {
padding: 2px;
color: #ffffff;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
color: #ffffff;
}
#menu li a, #menu dt a {
color: #fff;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 150px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #fff;
}
#mentions a:hover{text-decoration: none;
}