dl, dt, dd, ul, li {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu_ {
width : 155px;
padding : 0;
}
#menu_ dt {
cursor : pointer;
margin :0px 0;
height : 25px;
text-align : left;
padding-left:px;

}
#menu_ dt span {
width : 150px;
}
#menu_ dd {
border-bottom: 1px #000000 dashed;
cursor : pointer;
}
#menu_ li {
text-align:left;
padding-left:3px;
margin :0px 0;

}
#menu_ li a, #menu_ dt a {
color:#000000;
font-family: Courier, monospace;

text-decoration : none;
display : block;
border : 0 none;
height : 21px;


}
#menu_ li a:hover {
text-decoration:underline;
}
#menu_ li a:active {
text-decoration:underline;

}

