#dropmenudiv
{
	position:absolute;
	background-color: #C2C49A;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 10pt Arial;
	line-height:25px;
	z-index:100;
}

#dropmenudiv a
{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid FFFFCC;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover
{ 
	/*hover background color*/
	background-color: #FFFFCC;
	font:normal 10pt Arial;
	line-height:25px;
	font-weight: normal;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li 
{
	list-style-type: square;
	width: 135px;
	background-color: #FFFFB9;
}