#hdbmenu {
}
dl#hdbmenu {
width: 164px;
}
dl#hdbmenu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: right;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
dl#hdbmenu dd {
border: 1px solid gray;
}
dl#hdbmenu li {
width: 50px;
text-align: right;
border: 1px solid gray;
list-style: none;
background: #fff;
}
dl#hdbmenu li a, dl#hdbmenu dt a {
color: #000;
text-decoration: none;

border: 0 none;
height: 20px;
}

dl#hdbmenu li a:hover, dl#hdbmenu dt a:hover {
background: #eee;
}
