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

#menu {
position : absolute;
left: 220px;
top: 83px;
color: #006699;
}

#menu dl {
float: left;
}
#menu li {
display: inline;
}

#menu a 
{
text-decoration: underline;
color: #006699;
}
#menu a:hover
{
text-decoration: none;
color: #006699;
}

#smenu1, #smenu2, #smenu3, #smenu4,#smenu5, #smenu6
{
position: absolute;
left: 0;
top: 18;
font-size: 0.9em;
/*border-top: 1px solid gray;*/
width: 600px;
text-decoration: none;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a,#smenu5 a, #smenu6 a
{
text-decoration: none;
}


#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover,#smenu5 a:hover, #smenu6 a:hover
{
text-decoration: underline;
}

.mentions 
{
position: absolute;
bottom : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}

