/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu dt {
cursor: pointer;
background: #000000;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 2px solid #A79144;
text-align: center;
color: #FFFDEA;
font-weight: bold;
}

#menu dd {
position: float;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #000000;
border: 2px solid #A79144;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 98%;
font-weight: bold;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #FFFDEA;
font-weight: bold;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


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

-->

