


dl, dt, dd, dp, ul, li{
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; /* Menu position that can be changed at will */
text-align: center;
display: block;
background-color: #ffffff;
height: 2em;
top: 0;
left: 10px;
z-index:100;
float:right;
width: 610px; /* precision for Opera */


}
#underline
{
float:right;
width:905px;
border-bottom: 1px solid #E6E7E8;
}
#menu dl {
float:left;
width: 75px;
height: 2em;
font-size: 13px;
font-weight: normal;
text-align: left;
text-decoration: none;
color: #000000;
margin-left:5px;
margin-right:5px;



}
#menu dt {
cursor: pointer;
text-align: center;
margin: 1px;
line-height: 32px;
}
#menu dd {
display: none;
border: 1px solid #E6E7E8 ;
background: #ffffff;
padding: 3px;
width: 18em;

}


}
#menu li {
text-align: left;
}
.current{
	color: #0038A8;
	


}
#menu li a, #menu dt a {
color: #0f4778;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
line-height: 32px;
height: 32px;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
color: #139869 ;
width: 100%;

}
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

