#menu {
position: relative;
top: -16px;
left: 0;
z-index:100;
width: 100%;
}

#menu dl {
float: left;
width: 15%;
border-left: 1px solid #CECFAC;
border-right: 1px solid #B1B28A;
}

#menu dt {
cursor: pointer;
padding-top: 7px;
font-family: Verdana;
font-size: 11px;
color: #7e7f4e;
font-weight: bold;
height: 19px;
background: #c3c49a;
width: 100%;
text-align: center;
border-bottom: 5px solid #7e7f4e;
}

#menu dt a{
color: #7e7f4e;
text-decoration: none;
}

#menu dt a:hover{
text-decoration: underline;
}

#menu dd {
position: absolute;
display: none;
margin-left: 0px;
background: #dfcb87;
width: 15%;
}

#menu li {
display: block;
height: 28px;
border-bottom: 1px solid #CAB56E;
border-left: 1px solid #CAB56E;
border-right: 1px solid #CAB56E;
}

#menu ul {
margin: 0;
padding: 0px;
list-style-type: none;
}

#menu li a {
color: #7e7f4e;
text-decoration: none;
display: block;
height: 25px;
padding-left: 15px;
padding-top: 3px;
}

#menu li a:hover {
background: #CAB56E;
font-weight: bold;
}