#dropmenudiv{
border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; border-bottom:0px solid black; position:absolute;
background-color: #E4B461;
color: #5B211F;
line-height:18px;
z-index:100; font-weight:normal; font-size:80%; font-family:'trebuchet ms',arial,verdana,sans-serif;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 0.5px;
border-bottom: 1px solid black;
padding: 1px 0;
color: #5B211F;
text-decoration: none;
font-weight: bold;
color: white
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ECE0A0;
color: #5B211F;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
text-decoration: none
}

</style>
