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