dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
}
#menu {
width: 140px;
}
#menu dt {
cursor: pointer;
margin: 2px;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
font-size:11pt;
color: #FFDD00;
}

#menu dt a {
background: url(../image/but.gif) left top repeat #000;
padding-left: 5px;
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#menu dd {

}
#menu li {
text-align: left;
font-size:9pt;
}
#menu li a {
padding-left: 5px;
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover{
background: url(../image/but.gif) left top repeat #000;
font-weight: bold;
color:#28B6BB;
}

#menu dt a:hover {
font-weight: bold;
color:#28B6BB;
}
