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

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#smenu {
position: relative;
top: 0;
left: 0;
}
dl#smenu {
width: 45em;
margin-left: 1em;
margin-top: 1em;
}
dl#smenu dt {
cursor: pointer;
margin: 2px 0;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
dl#smenu dd {
border: 1px solid gray;
}
dl#smenu li {
text-align: left;
margin: 1em;
}
dl#smenu li a, dl#smenu dt a {
color: #000;
text-decoration: underline;
display: block;
border: 0 none;
height: 100%;
}

dl#smenu li a:hover, dl#smenu dt a:hover {
/*background: #ccc;*/
text-decoration : none;
}

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


