

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

#menu {
position: relative;
}

#menu dt {
cursor: pointer;
background: #A9BFCB;
height: 35px;
width: 171px;
margin: 0px;
border: 0px;
text-align: center;
font-weight: bold;
}

#menu dd {
position: absolute;
top: 18px;
left: 169px;
margin-top: -1.4em;
width: 10em;
border: 0px;
padding: 0px;
}

#menu ul {
padding: 0px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 38px;
line-height: 38px;
padding: 0px;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;

}

#menu li a:hover {
text-decoration: underline;
}

#menu1,#menu2,#menu3,#menu4 {
position: absolute;
width: 10em;
}

#menu1 {
top:5px;
left:6px;
z-index: 4;
}
#menu2 {
top:45px;
left:6px;
z-index: 3;
}
#menu3 {
top:85px;
left: 6px;
z-index: 2;
}
#menu4 {
top:125px;
left:6px;
z-index: 1;
}

#mentions {
font-family: verdana, arial, sans-serif;
position: absolute;
bottom : 100px;
left : 10px;
color: #000;
}
#mentions a {text-decoration: none;
}
#mentions a:hover{text-decoration: underline;
}
body,td,th {
	color: #000000;
}

