body {
margin: 0;
padding: 0;
background: white;
font: 85% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

}
dl#menu {
width: 15em;
}
dl#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: none;
border: none;
background: #ffffff;
}
dl#menu dd {
border: 1px solid gray;
}
dl#menu li {
text-align: left;
background: #eee;
font: 75% Verdana, Arial, Helvetica, sans-serif ;
}
dl#menu li a, dl#menu dt a {
color: #000;
text-decoration: none;
display: table-cell;
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: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}
A.menulink:hover {
border: solid 1px #6100C1;
background-color:#C080C0;
}
form { 
display:inline; 
} 

