<!--
body {
background: white;
padding:0;
margin:0;
font-family: verdana, arial, sans-serif;
font-size: 90%;
color: black;
}

dl
{
	width: 180px;
	padding: 4px 0px 6px 2px;
	background: #FDE38A;
	border-right: 1px solid #B6830C;
	border-left: 1px solid #B6830C;
}

dt, dd, ul, li {
margin: 0;
padding: 1;
list-style-type: disc;

}

#menu {

top: 28em;
left: 8em;
width: 12em;
}

#menu dt {
cursor: pointer;

background: #FDE38A;
height: 20px;
line-height: 20px;
margin: 2px 0;
border: 0px solid gray;
text-align: left;
font-weight: bold;
}

#menu dd {
margin-top: -.40em;
width: 11em;
background: #FBD973;
border: solid 1px #999;
}

#menu ul {
padding: 1px;

}
#menu li {
text-align: left;
font-size: 85%;
height: 20px;
line-height: 20px;
}

#menu li a {
color: #000;
text-decoration: none;
display: block;
}

#menu dt a {
color: #000;
text-decoration: none;
border: solid 1px #FDE38A;
display: block;
}

#menu li a:hover, #menu dt a:hover {
text-decoration: none;
border: solid 1px #BA8;
background: #EEEBA8;

}


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

-->

