body {
	background-color: #000000;
	margin-top: 0px;
}

.chromestyle{
	width: 100%;
	font-weight: bold;
	height: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #000;*/
width: 100%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #000000;
	text-decoration: none;
	/*border-right: 1px solid #000000; /*THEME CHANGE HERE*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 4;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	background-image: url(../../media/images/nav-div.gif);
	background-repeat: no-repeat;
}

.1chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	left: 20px;
	font:normal 12px Arial;
	line-height:14px;
	z-index:1;
	background-color: #ffb810;
	width: 100px;
	visibility: hidden;
	border: 3px solid #ea1c1c;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 0px solid #E8BEBE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #dea00d;
}