.chromestyle{
	width: 963px;
	font-weight: bold;
	background-image: url(images/nav_bg.png);
	height: 34px;
	margin-top: 10px;
	float: left;
}

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

.chromestyle ul{
	width: 963px;
	padding: 11px 0;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	background-image:url(images/nav_divider.png);
	background-repeat:no-repeat;
	height:34px;
	background-position:right;
	color: #ffffff;
	padding: 11px 11px;
	text-decoration: none;
}

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

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

.dropmenudiv{
	position:absolute;
	border: 1px solid #d56645; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #990000;
	width: 174px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #d56645; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
}

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

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