dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}



#menu { margin-top:-3px;
width : 140px;
padding : 0;
font: bold 9px arial, helvetica, sans-serif;
background-color:#012f53;
border-top:5px solid #012f53; border-bottom:2px solid #012f53;
}
#menu dt {
cursor : pointer;
margin : 3px ;
height : 20px;
line-height : 20px;
text-align:left;

font-weight : bold;
border : thin solid #012f53;
background-color : #144063;
}
#menu dt span {

background-repeat : no-repeat;
background-position : 95% center;
display : block;
color:#fff;
text-transform:uppercase;
}

#menu dt span:hover  {
color: #003056;
cursor:pointer;
background-color : #7cd0fb;
}


#menu dd {

}
#menu li { 
background-color:#4abefb;
text-align:left; 
border: 2px solid #4dc3f3;
 margin-left:5px; margin-right:5px;
}
#menu li a{ 
background-color:#7dd0fc;
padding-top:5px; padding-bottom:0;

}
#menu li a, #menu dt a {
color: black;
text-decoration : none;
display : block;
border : 0 none;
height : 20px; 
text-transform:uppercase;
}
#menu dt a:hover, #menu dt:hover {

background-color : #7cd0fb;
color: #003056;
}
#menu li a:hover {
background-color : #e9f8ff;
color: #003056;
}
