
body {
font-family: verdana, arial, sans-serif;
font-size: 12px;
color: #002d63;
}

dl, dt {
margin: 0;
padding: 0;
list-style-type: none;
}

dd {
margin: 0;
padding: 3;
list-style-type: none;
}

ul.main {
margin: 0;
padding: 0;
list-style-type: none;
}

li.sub {
margin: 0;
padding: 0;
list-style-type: none;
}


#menu {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 130px;
	background-image: url(images/spacer.gif);
}

dt.all {
cursor: pointer;
height: 18px;
line-height: 18px;
margin: 2px 0;
border-bottom:1px solid #fcdec5;
text-align: left;
}

dt.home {
cursor: pointer;
height: 18px;
line-height: 18px;
margin: 2px 0;
text-align: left;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 180px;
background: #e3e8f1;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: left;
font-size: 11px;
}
#menu2 li a, #menu2 dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}


#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}

