dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, sans-serif;

}
#menu {
z-index:100;
width: 110%;
}

#menu dl {

width: 6em;
float: left;
}
#menu dt {
cursor: pointer;
text-align: center;
color:#B78848;
font-weight: bold;
text-align: center;
text-decoration: none
background: #CCFFCC;
border: 0px;
}
#menu dd {
  position : Absolute;
width: 10em;
border: 1px solid gray;
}
#menu li {
text-align: left;
background: #fff;
}
#menu li a, #menu dt  {
color:#C1C95F;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #F5F38B;
color:#B78848;
}




