dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {

top: 0;
left: 0;
}
#menu {
width: 100%;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 1px #fff;
background: #7a6c4f;
color: #fff;
padding: 2px;
}
#menu dd {
border: 1px #fff;
}
#menu li {
text-align:left;
background: #fff;

}
#menu li a{
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
padding: 2px;
}
#menu dt a {
color: #fff;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;


}
#menu li a:hover {
background: #fff;
}

#menu dt a:hover {
background: #7a6c4f;
}
-->
</style>
