.chromestyle{
	background-image: url(../images/BG_menu.gif);
	background-repeat: repeat-x;
	border: 1px solid #10291F;
	height: 23px;
	width: 776px;
	margin-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
}

.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%;
	padding: 2px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #f9f3e3;
	padding: 4px 4px;
	/* padding: 4px 7px; */
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 11px Arial;
	line-height:18px;
	z-index:100;
	background-color: #2e6651;
	width: 200px;
	visibility: hidden;
	text-align: left;
}

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

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #133024;
}
