.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul li a.selected{
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	color:#97c000
}
.chromestyle ul li a.selected span {
	float:left;
	padding:5px 5px 2px 5px;
	border-left:1px solid #97c000;
	margin-bottom:3px;
	color:#97c000;
	background: #eeeeee url(../images/menu_hv.jpg) no-repeat bottom right
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #97c000; /*THEME CHANGE HERE*/
	font:normal 10px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 115px;
	visibility: hidden;
	border-top:none;
	padding:10px;
	color:#5c5a5b;
}


.dropmenudiv a {
	width: auto;
	width: 115px;
	padding: 2px 0 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	display:block;
	line-height:14px;
	color:#5c5a5b
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #97c000;
}
