.chromestyle{
width: 900px;
font-family: Verdana, Helvetica, sans-serif;
font-size:11px;
padding-bottom:3px;
text-transform: none;
color:#ffffff;
font-weight: normal;
}

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

.chromestyle ul{
	border: 0px solid #BBB;
	width:900px;

background: url../images/footer-bg.jpg center center repeat-x; /*THEME CHANGE HERE*/
	padding: 2px 0;
	margin: 0;
	text-align:right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 6px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li a:hover{
background: # center center repeat-x; /*THEME CHANGE HERE*/
}

.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;
top: 0;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-color: #ffffff;
line-height:20px;
z-index:100;
background-color: #546076;
width:900p;
text-align:left; /*set value to "left", "center", or "right"*/
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#373f4c,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #fe0000; /*THEME CHANGE HERE*/
padding: 2px 0px;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#373f4c;
}
.h1 {
	font: bold small-caps 13px Verdana, Helvetica, sans-serif #b60f00;
	
}
.h2 {
	font: normal small-caps 12px Verdana, Helvetica, sans-serif #3390a5;
}
.whitelink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;

a	
	text-decoration: none;
	color: #ffffff;

a:hover	
	text-decoration: none;
	color: #FFF;

}
