@charset "utf-8";
/* CSS Document */

body {
padding:0;
margin:0;
font-family: verdana;
font-size: 11px;
color:#980505;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0px 10px 5px 10px;
list-style-type: none;
}
#menu {
position: absolute;
top: 103px;
width: 150px;
text-align:left;
margin-left:20px;
margin-top:40px;
}

#menu dt {
cursor: pointer;
height: 15px;
line-height: 10px;
margin: 2px 0px 4px 0px ;
border-bottom: 1px dashed #980505;
text-align: left;
font-weight: normal;
background-image:url(images/arrow_ico1.gif);
background-repeat:no-repeat;
}

#menu dd {
position: absolute;
margin-left:150px;
margin-top: -30px;
width: 195px;
background-color:#DFDFE0;
border: 0px solid #000000;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 11px;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #980505;
text-decoration: none;
display: block;
}

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


#mentions {
font-family: verdana,;
position: absolute;
bottom : 200px;
left : 2px;
color: #980505;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #980505;
}
#mentions a:hover{text-decoration: underline;
}
