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




.chromestyle ul{
width: 96%;
background: #ee8328; /*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: #2c8c42;
padding: 2px 0px;
margin: 0;
text-decoration: none;
}




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

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px/12px Arial;
	z-index:100;
	background-color: #666666;
	width: 175px;
	visibility: hidden;
	color: #000000;
	border-top: 2px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 2 solid #BBB;
	border-left: 2px solid #BBB;
}


.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: black;
	text-align: left;
	background-color: #333333;
}

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

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