<!--
body {
background: #f9f9f9;
padding:0;
margin: 0;
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: black;
}

img {
border: none;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: ;
top: 1em;
left: 1em;
width: 200px;
}

#menu dt {
cursor: pointer;
background: #3399ff;
height: 20px;
line-height: 17px;
margin: 2px 0;
border: 0px solid gray;
text-align: left;
font-weight: none;
}

#menu dd {
position: absolute;
z-index: 100;
left: 300px;
margin-top: -1.4em;
width: 11em;
background: #3399ff;
border: 0px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 20px;
line-height: 17px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: none; background: #ffffff;
}

#menu dt a:hover {
text-decoration: none; background: #ffffff;
}


#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;
}
-->

<!--
div#menu { float: left; margin-right: 2px; }

div#menu a { display: block; text-decoration: none; color: #ffffff; padding: 1px; border-left: 6px solid #00cc00;}

div#menu a:hover { color: #000; border-left: 6px solid #ff3300;}
-->