.chromestyle{
	width: 950px;
	font-weight: bold;
	margin: auto;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	width: 950px;
	background: url(chromebg.gif) center center repeat-x;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
}

.chromestyle ul li{
	width: 950px;
	display: inline;
	margin: auto;
	text-align: center;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 5px;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	letter-spacing: .01em;
	border-right: 1px solid #BEBEBE; /*THEME CHANGE HERE*/
}
.chromestyle ul li a{
	color: #EEEEEE;
	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*/
	background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
	color: #FFFFFF;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 200px;
	border: 1px solid #942e51; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-image: url(subbkg.png);
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #DDDDDD; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #700027;
font-family: Arial, Helvetica, sans-serif;
font-size: 9pt;
letter-spacing: .01em;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ECECEC;
}

