body {
margin: 0;
padding: 0;
background: #fffeee;
font: 70% "Trebuchet MS" verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding-left: 20px;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 579px;
}
#menu dt {
cursor: pointer;
margin: 1px 0;
height: 19px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 0px solid gray;
background: #999966;
}
#menu dd {
border: 1px solid white;
}
#menu li {
text-align: left;
margin: 1px 0;
background: #999966;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #91C81F;
}

