#dropmenudiv{
margin-left:1px;
position:absolute;
background-color: #EEE9F0;
border-left:1px;
border-right:1px;
border-top:1px;
border-bottom:0px;
border-style:solid;
border-color:#B3A6BA;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
/*text-indent: 3px;*/
border-bottom: 1px dotted #855d37;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#003997;
}
#dropmenudiv a span{ display:block; padding-left:4px; padding-right:2px;}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
color:#9E20C9;
}

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