#dropmenudiv{
position:absolute;
/*background-color: #E3FFB0; */
/*border:1px solid black;*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
filter:shadow(color:gray);
}

#dropmenudiv a{
font-size:12px;
font-family:arial;
color:#000;
width: 100%;
display: block;
text-indent: 20px;
/* border-bottom: 1px solid black; */
padding: 3px 0px;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #C7FF5E; */
color:#0066FF;
background:url(images/popup_sub_menu_left_arrow.gif) no-repeat;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}