dl, dt, dd, ul {

margin: 0;
padding: 0;
list-style-type: none;
}
dl.menu {
/*color: #ffffff;*/
/*position: absolute;*/
top: 1em;
left: 1em;
/*width: 10em;*/
width:165px;
}

.menu dt {
cursor: pointer;
color: #ffffff;
background: #140d8f;
/*background: #000000;*/
/*background-image: url('img/cellbg4.jpg');*/
height: 20px;
line-height: 20px;
margin: 1px 0;
/*border: 1px solid gray;*/
text-indent: 5px;
text-align: left;
/*font-weight: bold;*/
}

.menu dd {
position: absolute;
z-index: 100;
/*left: 14em;*/
/*left: 152px;*/
/*left: 337px;*/
margin-left:12em;
margin-top: -1.4em;


width: 26em;
background: #140d8f;
/*background: #000000;*/
border: 1px solid gray;
}

.menu ul {
padding: 1px;
}
.menu li {
list-style-type: none;
padding:0;
margin:0;

text-align: left;
/*font-size: 85%;*/
height: 18px;
line-height: 18px;
}
.menu li a, .menu dt a {

color: #ffffff;
text-decoration: none;
display: block;
}

.menu li a
{
margin-left:5px;
color: #ffffff;
text-decoration: none;
display: block;
}

.menu li a:hover {
text-decoration: underline;
color: #b0b0b0;
text-indent: 5px;
}


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