A:link { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:; color: #22496A; text-decoration: none; line-height: 13px}
A:visited { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:; color: #22496A; text-decoration: none; line-height: 13px}
A:hover { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:; color: #22496A; text-decoration: underline; line-height: 13px}


/*HEADER STYLES*/

.chromestyle{
width: 950px;
height: 47px;
font: 11px Arial;
float: left;
padding-left: 0px;
text-transform: uppercase;
background-image:url(images/nav_background.jpg);
background-repeat: repeat-x;
background-color: #f1f1f1;
}

#rightnav{
width: 150px;
height: 39px;
float: left;
background-image:url(images/nav_background.gif);
background-repeat: repeat-x;
background-color: #f1f1f1;
}


.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: 100%;
padding: 12px 5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 2px;
margin: -4px; /*makes the hover color bar the same size as the nav item*/
}

.chromestyle ul li a{
color: #000000;
padding: 13px 10px 13px 11px;  /*1st number moves the type down from the image above, 2nd number creates space between link items*/
margin: 0px;
text-decoration: none;
border-right: 1px solid #B7B7B7;
}


.chromestyle ul li a:hover{
background-image:url(images/nav_background_hover.jpg);
color: #000000;
text-decoration: none;
}

.chromestyle ul li a:visited{
color: #OOOOOO;
text-decoration: none;
}


.chromestyle ul li a#moanav{
background-image:url(images/nav_background_moa.jpg);
}

.chromestyle ul li a:hover#moanav{
background-image:url(images/nav_background_moa_hover.jpg);
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #66452B; /*THEME CHANGE HERE*/
margin-top: -1px;
border-bottom: 0px solid #cccccc;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #F1F1F1;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-transform: uppercase;
text-indent: 3px;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
padding: 6px 10px;
text-decoration: none;
font-weight: normal;
font: 11px Arial;
color: black;
text-align: left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #CCCCCC;
text-decoration: none;

}
