body,table {
margin: 0;
padding: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;


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

#menu {


}


#menu {
width: 100%;

}
#menu dt {
cursor: pointer;
margin: 0px 0;
height: 20px;
line-height: 20px;
text-align: center;
border-top: solid 1px white ;
color: #ffffff;


}

#menu li {
text-align: center;
background: #fff;
height: 20px;
}

 #menu dt a {
color: #ffffff;
text-decoration: none;
display: block;
border: none;
height: 20px;
}
#menu li a{
color: #000000;
text-decoration: none;
height: 20px;
}
#menu dt a:hover {
background: #003399;
}

#menu li a:hover {
color: #003399;
}