dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 260px;
padding : 0;
}
#menu dt {
cursor : pointer;
margin : 0px 0;
height : 40px;
line-height : 20px;
text-align : center;
font-weight : bold;
border-bottom : thin solid #d9def6;
background-color : #2354AF;
}
#menu dt span {
width : 260px;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: white;
font: bold 13px Arial, Helvetica, sans-serif;
}
#menu dd {
border-bottom : thin solid #d9def6;
}
#menu li {
text-align : center;
background-color : #CFE7FC;
}
#menu li a, #menu dt a {
color: 000000;
font: bold 13px Arial, Helvetica, sans-serif;
text-decoration : none;
display : block;
border : 0 none;
height : 40px;
}
#menu dt a:hover, #menu dt:hover {
background-color : #A1C1FB;
}
#menu li a:hover {
background-color : #72ACDC;
}
