dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menue {
width: 230px;
}
#menue dt {
margin: 2px 0;;
height: 28px;
line-height: 28px;
/*font-weight: bold;*/
font-size:24px;
cursor:pointer;
text-indent:5px;
}
#menue dd {

}
#menue li {
padding-left:15px;
text-indent:5px;
}
#menue li a, #menue dt a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
color:#00005a;
border-bottom:1px solid #e5e5e5;
}
#menue li a:hover, #menue dt a:hover {
background: #333;
color:#fff;
border-bottom:1px solid #bbb;
}
