/* CSS Document */


dl, dt, dd, il, ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: relative;
	top: 259px;
	left: 1px;
	z-index:100;
	width: 961px; /* precision for Opera */
	height: 20px;
	border:0;
	background:#CCCCCC;
}
#menu dl {
float: left;
width: 13em;

}
#menu dt {
font-weight:bold;
cursor: pointer;
text-align: center;
font-weight:normal;
background: #CCCCCC;
border: 0px solid gray;
margin: 1px;

}
#menu dd {
display: none;
border: 0px solid gray;
font: 90% Tahoma normal; 

}

#menu li {
text-align: center;
background:#D8D8D8 ;
margin-left: 10px;
border:thin #585858;

}

#menu li a, #menu dt a {
color:#6D6D6D;
text-decoration: none;
display: block;
height: 50%;
border: 0 none;
}
#menu li a:hover
 {
background:#EBEBEB;
color: #00879D;
TEXT-DECORATION: underline;
}

#menu dt a:hover { 
color: #00879D;
TEXT-DECORATION: underline;
}

#menu dt a:Active
 {
background:#EBEBEB;
color: #00879D;
TEXT-DECORATION: none;

}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 10px;
color: #000;
background-color: #ddd;
}
