.chromestyle{
	width: 800px;
	font-weight:800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	background-position: left;
	line-height: 1.35em;
	left: 0px;
	position: inherit;
}

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

.chromestyle ul{
	width: 99%;
	background: url(../_images/buttonbarBkg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	background-color: #872D91;
}

.chromestyle ul li{
	display: inline;
	padding-top: 0px;
	height: 24px;
	vertical-align: bottom;
}

.chromestyle ul li a{
	color:#FFFFFF;
	margin: 2px 0 0 0;
	text-decoration: none;
	border-right: 1px solid #000000;
	vertical-align:bottom;
	line-height: 2em;
	padding-top: 2px;
	padding-right: 9px;
	padding-bottom: 0px;
	padding-left: 9px;
}

.chromestyle ul li a:hover{
	color:#000000;
/* background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ 
/*HTML to indicate drop down link*/
/*content: " " url(../dd_arrow_orange.gif); uncomment this line to use an image instead*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	margin:0;
	line-height:1.35em;
	z-index:10000;
	background-color: #F6911F;
	width: 190px;
	visibility: hidden;
	font-family: verdana;
	font-size: 0.75em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	list-style-type: none;
	background-position: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 1.35em;
}

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

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