.chromestyle{
	width: 100%;
	font-weight: bold;
}
/*
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*
content: "."; 
display: block; 
height: 0; 
clear: both;
visibility: hidden;
}
*/
.chromestyle ul{
	width: 100%;
	background: url(chromebg.gif) center center repeat-x;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	height: 14px;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
	font-size: 12px;
}
.chromestyle a:link, .chromestyle a:visited {
	color: #FFFFFF;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #336600;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #78AB37; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #8ABF46;
	width: 200px;
	visibility: hidden;
	background-image: url(chromedivbg.gif);
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #78AB37; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv a:link, .dropmenudiv a:visited {
	color: #FFFFFF;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #336600;
	background-color: #78AB37;
	background-image: url(chromedivbg-over.gif);
}