.chromestyle{
width: 800px;
height:20px;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block;  
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
height: 100%; 
background: url(chromebg3.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0.0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px;
margin: 2px;
text-decoration: none;
border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a:hover{
background: url(chromebg3-over.jpg) 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: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 14px Arial;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 110px;
	visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #d8e9a2;
}

 @font-face {
    font-family: Brandish;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.mtairyusa.org/maff/BRANDIS0.eot);
  }
  
  @font-face {
    font-family: Air Millhouse  Italic;
    font-style:  normal;
    font-weight: normal;
    src: url(http://www.mtairyusa.org/maff/AIRMILL0.eot);
  }

