#dropmenudiv {
	position:absolute;
	border-bottom-width: 0;
	font:normal 12px arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a {
	width: 90%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted white;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-decoration: none;
	font-weight: normal;
	font-family: arial;
	font-size: 12px;
	color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #DEDEDE;
}