.chromestyle{
width: 700px;
font-family: Verdana, Helvetica, sans-serif;
font-size:12px;
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 #405c01;
width:700px;
background: url../images/footer-bg.jpg center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px;
margin: 0;
text-align:right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #405c01;
}

.chromestyle ul li a:hover{
background: #405c01 center center repeat-x repeat-y; /*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: 12px;
font-color: #ffffff;
line-height:20px;
z-index:100;
background-color: #405c01;
width:600px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#405c01,direction=35,strength=2); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 120%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#77130a;
}
.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: 12px;
	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: #006696;

}

#borderTable {	
padding: 2px ;
border-bottom: 1px solid #990066;
}
.redlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: bold;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #006696;
	text-decoration: none;
a	
	text-decoration: none;
	color:  #8a2a10;
a:hover	{
	text-decoration: none;
	color: #8a2a10;

	}