dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 120px;
left: 0;
width: 150px;
}
#menu dt {
cursor: pointer;
margin: 3px 0 0 0;
line-height: 22px;
font-weight: normal;
background: url(images/titlesub.gif) no-repeat;
}
#menu dd {
margin: 0 0 0 0;
line-height: 22px;
font-weight: normal;
display: none;
}
#menu li {
border-bottom: 1px solid #e8e8e8;
border-top: 3px solid #fff;
background: #D6E4FC;
}
#menu li a {
color: #333;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding-left: 15px;
}

#menu dt a {
color: #333;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu li a:hover, #menu dt a:hover {
color:#fff;
background: url(images/titlesubb.gif) no-repeat;
display: block;
}

#menu a.selected {
color:#8C033D;
}

.mentions {
position: absolute;
top : 120px;
left : 0;
color: #000;
background-color: #ddd;
}