.chromestyle{
	width: 99%;
	font-weight: bold;
	margin-top: 42px;
	height: 145px;
	color: #FFF;
}

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

.chromestyle ul{
	width: 900px;
	margin: 0 auto;
	text-align: center;
	padding: 4px 0;
	color: #FFF;
}

.chromestyle ul li{
	display: inline;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	color: #FFF;
}

.chromestyle ul li a{
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #000;
	text-decoration: none;
}

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

.dropmenudiv{
	top: 0;
	line-height:18px;
	z-index:100;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	position: absolute;
	width: 200px;
	text-transform: lowercase;
	color: #FFF;
	margin-left: 24px;
}
.dropmenudiv a{
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #FFDF1A;
}

