/* CSS Document */

<!--
a:active, a:focus {
outline: 0
}

#dropmenudiv{
	position:absolute;
	border:0;
	border-bottom-width: 0;
	line-height:14px;
	z-index:100;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fca103;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 20px;
	border-bottom: 0px solid black;
	padding: 5px 0;
	text-decoration: none;
	font-weight: 500;
	text-align: left;
	color: #FFFFFF;
	background-color: #98c093;
	background-image: url(star.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #54884e;
	color: #FCA103;
}

