.chromestyle{
width: 99%;
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: 900px; /*THEME CHANGE HERE*/
	padding: 0px 0;
	margin: 0 auto;
	text-align: center;
	height: 40px;
}

.chromestyle ul li{
	display: block;
	height: 40px;
	float: left;
	list-style: none;
	width: 128px;
}

.chromestyle ul li a{
	color: #494949;
	margin: 0;
	text-decoration: none;
	display: block;
	height: 30px;
	padding-top: 10px;
}

.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/navHover.jpg); /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 11px/18px Verdana;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	border-top: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 0 none #BBB;
	border-left: 1px solid #BBB;
	margin-top: -1px;
}


.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;
	color: #313131;
	background: #F7F7F7;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #BBB url(../images/navHover.jpg) bottom;
}
