.chromestyle{
	width: 884px;
	/*background-color:#E53F12;*/
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
}

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

.chromestyle ul{
	width: 884px;
	padding: 11px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	margin: 0;
}

.chromestyle ul li a {
	color: #FFFFFF;
	padding-bottom:6px;
	padding-top:6px;
	padding-left:21px;
	padding-right:21px;
	text-decoration: none;
	margin: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
	background: url(../imgs/menu-over.gif) center center repeat-x; 
	color: #FFFFFF;
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin-top:3px;
	border-bottom-width: 0;
	font:normal 10px Verdana;
	font-weight: bold;
	line-height:18px;
	z-index:100;
	background-color: #C33A14;
	width: 180px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 6px;
	padding: 2px 0;
	text-decoration: none;
	color: white;
}

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

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