
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
width: 206px;
position: absolute;
top: 0px;
height: 100%;

}

dl#menu {
background: url(../images/menu/menu_green.png);
border-right: 1px #000000 solid;
background-repeat: repeat;
}
dl#menu dt {
cursor: pointer;
margin: 0;
padding:0;
height: 29px;
line-height: 20px;
text-align: left;
text-indent: 20px;
line-height: 30px;
font-weight: bold;
}
dl#menu dd {
border: 1px solid white;
}
dl#menu li {
text-align: left;
text-indent: 20px;
background: #fff;
}
dl#menu li a, dl#menu dt a {
color: #FFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
width:100%;
}

dl#menu dt a:hover {

color:#000;
}

dl#menu li 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;
}