#dropmenudiv{
/*position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;*/
font-family: Trebuchet MS;
font-size:11px;
position:absolute;;
text-decoration:none;
background:#bd8d5e; 
color:#fff;
font-weight: bold;
/*border:1px solid #8da74e;
border-width:0 0 0px 0;
border-bottom-width: 0;
font-size:12px;*/
line-height:22px;
z-index:100;
}

#dropmenudiv a {
width: 100%;
display: block;
text-indent: 3px;
border:1px solid #8da74e;
border-width:0 0 1px 0;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#FFF;
height:20px;
line-height:22px;
font-size:12px;
background:#507563; 
color:#fff;
font-family: Trebuchet MS;
font-size:11px;
}

#dropmenudiv a:hover { /*hover background color*/
/*background:#dfc184; color:#000;*/
color:#e3e2c6;
background-color: #366168;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
/*list-style-type: square;
width: 135px;
background-color: green;
font-family: Trebuchet MS;
font-size:11px;*/
}


