.chromestyle {
	position: relative;
	height: 30px;
	width: 890px;
	background: url(../images/nav_bg.png) center center repeat-x; /*THEME CHANGE HERE*/
	font-weight: bold;
	font-size: 14px;
	border-bottom: #A9C1D8 1px solid;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	height: 0;
	display: block; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	height: 24px;
	width: 890px;
	margin: 0 auto 1px auto;
	padding: 6px 0 0 0;
	background: ; /*THEME CHANGE HERE*/
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #336699;
	padding: 15px 10px;
	background: url(../images/nav_divider.png) right no-repeat;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #6699CC;
	background: url(../images/nav_divider.png) right no-repeat;
}

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

.dropmenudiv {
	position: absolute;
	width: 165px;
	top: 0;
	left: 0;
	margin: -9px 0 0 -1px;
	background-color: #BED1E3;
	visibility: hidden;
	font-size: 12px;
	z-index: 100;
}

.dropmenudiv a {
	height: 17px;
	width: auto;
	display: block;
	text-indent: 0;
	border-bottom: 1px solid #DDE9F6; /*THEME CHANGE HERE*/
	padding: 10px 0 8px 14px;
	color: #336699;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background: url(../images/sub_nav_over.png) no-repeat;
	color: #666600;
}
