/* top navigation
----------------------------------------------- */
#blueback {
width:100%;
background-color:#003366;
padding:0;
margin: 0 0 2px 0;
height:24px;
}

#menu dl, #menu dt, #menu dd, #menu ul, #menu li {
margin: 0;
padding: 0;
list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #003366;
	font-weight:normal;
	text-align:center;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 125px;
margin-left: auto;
margin-right: auto;
left:0;
right:0;
	z-index:100;
	width: 760px; /* precision for Opera */
}

#menu dl {
float: left;
width: 93px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
background: #003366;
margin-top:1px;
color:#FFFFFF;
border-left:2px #215487 solid;
}
#menu dd {
display: none;
border: 1px solid #003366;
margin-top:3px;
padding: 3px;
background:#003366;
}
#menu li {
color:#003366;
text-align: left;
}
#menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}

#menu li a {
color: #a7d8e6;
background-color:#003366;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
border-bottom:1px dashed #1a7391;
padding:2px;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color:#e2fd67;
background-color:#003366;
}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid grey; 
}
