#dropmenudiv{
position:absolute;
background-color: #deddd8;
border:1px solid #411a13;
border-bottom-width: 0;
font:normal 10pt Century Gothic;
line-height:18px;
z-index:100;
color:#411a13;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none; /*1px solid #411a13;*/
padding: 3px 0;
text-decoration: none;
font-weight: normal;
color: #411a13;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d5d4cf;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}