﻿.chromestyle {
	width: 900px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
.chromestyle:after {
	/*Add margin between menu and rest of content in Firefox*/
content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	background-position: center;
	border: 1px none #BBB;
	width: 900px;
	background: url('../images/menuBG.jpg') center;
/*THEME CHANGE HERE*/	padding: 11px 0 11px 0;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	background-repeat: repeat-x;
	z-index: auto;
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	/*control text color here*/
	color: #F3ECDF;
	padding: 11px 15px 11px 15px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	border-right-width: 0px;
}
.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('../images/hover_menuBG.jpg') repeat-x center;
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	border-bottom-width: 0;
	border-style: none none solid none;
	border-width: 1px 1px 10px 1px;
	border-color: #BBB;
	position: absolute;
	top: 0; /*THEME CHANGE HERE*/;
	font: normal small Arial, Helvetica, sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #E9E9E9;
	width: 150px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
/*THEME CHANGE HERE*/	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	border-bottom-style: none;
}
* html .dropmenudiv a {
	/*IE only hack*/
width: 100%;
}
.dropmenudiv a:hover {
	/*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
