#dropmenudiv {
	margin-left:1px;
	position:absolute;
	top:-1px;
	font:normal 9pt Verdana;
	line-height:18px;
	z-index:1000;
	text-align:left;
	color:#ffffff;
	width:150px;
	background:#548a50 url('../images/dropdown.jpg') bottom left repeat-x;
	padding:3px 30px 3px 0px;
}

#dropmenudiv a {
	width: 100%;
	z-index:1000;
	display: block;
	text-indent: 6px;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	color:#ffffff;
	margin-bottom:4px;
	background:transparent;
	width:150px;
	border-bottom:1px dotted #95b793;
}

#dropmenudiv a:hover { /*hover background color*/
	background-color:#00421a;
	color:#fff;
	font-weight: normal;
}

#dropmenudiv_firefox {
	margin-left:1px;
	position:absolute;
	font:normal 10pt Verdana;
	line-height:18px;
	z-index:1000;
	/*padding-top:10px;*/
	padding:3px 30px 3px 0px;
	text-align:left;
	color:#ffffff;
	background:#548a50 url('../images/dropdown.jpg') bottom left repeat-x;
}

#dropmenudiv_firefox a {
	width: 100%;
	z-index:1000;
	display: block;
	text-indent: 6px;
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
	color:#ffffff;
	background:transparent;
	width:150px;
	border-bottom:1px dotted #95b793;
}

#dropmenudiv_firefox a:hover { /*hover background color*/
	background-color: #00421a;
	color:#fff;
	font-weight: normal;
}
