.style37 {
	font-family: "Futura Book", Geneva, Arial, Helvetica, sans-serif
}

.chromestyle{
	width: 100%;
	height: 34px;
	font:normal 11px Futura Bk, Geneva, Arial, Helvetica, sans-serif;
	
}


.chromestyle ul{
border: 0;
width: 100%;
color: #35472F;
background: url(chromebg1.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
font:normal 12px Futura Bk, Geneva, Arial, Helvetica, sans-serif;
display: inline;
line-height:34px;

}

.chromestyle ul li a{
color: #5B5D5F;
font:normal 12px Futura Bk, Geneva, Arial, Helvetica, sans-serif;
padding: 8px 7px;
line-height:34px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:hover{
background: url(chromebg-over1.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	font:normal 12px Futura Bk, Geneva, Arial, Helvetica, sans-serif;
	color: #888888;
	line-height:25px;
	z-index:100;
	background: url(chromebg2.gif);
	
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-align:center;
text-decoration: none;
font-weight: none;
color: #5B5D5F;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(chromebg-over1.gif);
color: #FFFFFF;
}
.style8 a {
	color: #000000;
	text-decoration: underline;
}

