#dropmenudiv{
	position:absolute;
	background-color: #FFFFFF;
	border:1px solid #CCCCCC;
	border-bottom-width: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	color:#b3b3b3; 
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #CCCCCC;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	/*background:url(../images/mshade.gif) top left no-repeat;*/
	color:#24acd6;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	border-top: thin dotted #b3b3b3;
	width: 135px;
	background-color: #FFFFB9;
}


