.chromestyle{
	width: 1000px; /*set value to "left", "center", or "right"*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center; /*THEME CHANGE HERE*/
}
#box #chromemenu a {
	color: #FFFFFF;
}




.chromestyle ul{
	width: 96%;
/*THEME CHANGE HERE*/
	margin: 0; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	padding-right: 0px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 2px 0px;
	margin: 0;
	text-decoration: none;
}




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

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #990000;
	width: 175px;
	visibility: hidden;
	color: #FFFFFF;
	border-top: 2px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 2 solid #BBB;
	border-left: 2px solid #BBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 4px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	background-color: #990000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #FF0000;
}
