#menu dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
position:relative;
top:80px;
width : 13em;
padding : 0;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;

}
#menu dt {
cursor : pointer;
margin : 2px 0;
font-family: sans-serif, arial, helvetica;
font-size:17px;
color:#bfc1be;
font-weight: bold;
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2586D7;
color: #000000;
text-decoration: none;
width: auto;
text-align: right;

}
#menu dt span {
width : auto;
background-repeat : no-repeat;
background-position : 95% center;
display : block;
color: black;
}
#menu dd {
border : thin solid #d9def6;
}
#menu li {
text-align : center;
background-color : #eff3ff;
}
#menu li a, #menu dt a {
color: black;
text-decoration : none;
display : block;
border : 0 none;
height : 32px;
background-color : #bfc1be;
}
#menu dt a:hover, #menu dt:hover {
background-color : #eff3ff;
}
#menu li a:hover {
background-color : #e0ebef;
}

