#dropmenudiv{
	position:absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	font-weight: bold;
	text-decoration: none;
	line-height:17px;
	z-index:100;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(img/rollover_bg.png);
	background-repeat: repeat;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	text-decoration: none;
	font-weight: bold;
	color:#ffffcc;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
	text-decoration: underline;
}
