.chromestyle{
	width: 990px;
	font-weight: bold;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	}

.chromestyle ul{
	width: 100%;
	background: url(/includes/images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
	height: 18px; 
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li{
	display: inline;
	}

.chromestyle ul li a{
	color: #494949;
	padding: 6px 20px;
	margin: 0px;
	text-decoration: none;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #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: #16734b; /*THEME CHANGE HERE*/
	color: #FFF;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	margin:0 0px;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 3px 0;
	text-decoration: none;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
	}