/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	background-color: #7fd021;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	position: absolute;
	text-transform: none;
	line-height: 14px;
	visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-indent: 5px;
}



.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/black_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
	text-decoration: none;
}

