#dropmenudiv{
position:absolute;
background-color: #fdfee9;
padding:3px 12px 3px;
border-bottom:1px dotted #9d9f96;
border-bottom-width: 0;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
	z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px dotted #9d9f96;
padding: 3px 5px 3px 10px;
text-decoration: none;
	font-family:tahoma;
	font-weight:bold;
	font-size:11px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#fdfee9;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color:#fdfeF9;
}