/*HEADER STYLES*/

#chromemenu{
margin: 3px 0 0 0;
}

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

}

.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: #f0d38f;
padding: 12px 10px 14px 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 #2e467f;
font-size: 11px;
}


.chromestyle ul li a:hover{
color: #f0d38f;
background-color:#131c4a;
text-decoration: none;
}

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



/* ######### 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;
visibility: hidden;
background-color: #b8bfcf;
}


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

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

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

}

