dl, dt, dd, dd ul, dd li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
width: 192px;
float: left;
padding-left:10px;
}


#menu dt {
cursor: pointer;
border-bottom:1px solid #FFFFFF;
}

#menu dt a {
display:block;
background-image:url(images/hg_button.jpg);
background-repeat:repeat-x;
height: 48px;
line-height: 48px;
width:192px;
text-indent:25px;
text-decoration:none;
color:#666666;
text-transform:uppercase;
}

#menu dt a:hover {
background-image:url(images/hg_button2.jpg);
color:#FFFFFF;
}

#menu dd {
border-bottom:1px solid #FFFFFF;
}

#menu li {
text-align: left;
font-size: 11px;
line-height: 22px;
vertical-align:middle;
text-indent:15px;
}

#menu li a {
color:#666666;
text-decoration: none;
display: block;
height: 20px;
background-image:url(images/li.gif);
background-repeat:no-repeat;
background-position:top left;
background-color:#e1e2e7;
border-left:12px solid #8e8e8e;
padding-left:10px;
}

#menu li a:hover {
background-image:url(images/li2.gif);
background-color:#f5f5f5;
}