#dropmenudiv{
	position:absolute;
	background-color: rgb(229,229,229);
	font:normal 12px Verdana #666666;
	width: 150px;
	border-top: 0px none #CCCCCC;
	border-right: 0px none #CCCCCC;
	border-bottom: 0px none #CCCCCC;
	border-left: 0px none #CCCCCC;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	width: 150px;
	display: block;
	text-indent: 3px;
	border-bottom: 0px none black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666
	background-color: rgb(229,229,229);

}

#dropmenudiv a:hover{
	background-color: #229, 229, 229;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #669933;
	width: 150px;


}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
	list-style-type: square;
	width: 150px;
	background-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	border: none;
	white-space: normal;


}

