/* ######### Style for Drop Down Menu ######### */
.dropmenudiv
{
	display: none;
	position: absolute;
	top: 28px;
	border-left: 4px solid #49b315;
	border-right: 4px solid #49b315;
	border-bottom: 4px solid #49b315;/*THEME CHANGE HERE*/
	font: bold 12px Arial;
	line-height: 20px;
	z-index: 100;
	background-color:#FFF;
}
.dropmenudiv a:link
{
	width: auto;
	display: block;
	font: normal 11px Arial;
	line-height: 18px;
	text-indent: 7px;
	 /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none; /*font-weight: bold;*/
	color:#4c4c4c;
	line-height: 20px;
}
.dropmenudiv a:visited
{
	width: auto;
	display: block;
	font: 11px Arial;
	line-height: 18px;
	text-indent: 7px;
	 /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none; /*font-weight: bold;*/
	color: #4c4c4c;
	line-height: 20px;
}
.dropmenudiv a:active
{
	width: auto;
	display: block;
	font: 11px Arial;
	line-height: 18px;
	text-indent: 7px;
	 /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none; /*font-weight: bold;*/
	color: #49b315;
	line-height: 20px;
}
* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	font: normal 11px Arial;
	color: #49b315;
	line-height: 20px;
}

