
/* Nave Menu  */
#navMenuHolder {
	background:url(../images/nav_menu_bg.png) no-repeat top center;
	height:45px;
	width:960;
	font-size:18px;
	padding:0px 0px 0px 0px;
	font-weight:normal;

}


.chromestyle {
width: 100%;
font-weight: bold;
color:#00235d;
}

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

.chromestyle ul{
width: 100%;
 /*THEME CHANGE HERE*/
padding:15px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#00235d;
padding:0px 8px 0px 8px;
margin:0;
text-decoration: none;
font-variant:small-caps;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#FFFFFF;/*THEME CHANGE HERE*/
}

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

.dropmenudiv {
margin:8px 0px 12px 0px;
padding:0px;
position:absolute;
 /*THEME CHANGE HERE*/
font-size:14px;
font-variant:small-caps;
line-height:18px;
z-index:100;
visibility: hidden;
text-align: left;
color:#FFF;
}

.dropmenudiv a {
width: auto;
display: block;
text-indent: 0px; /*THEME CHANGE HERE*/
padding:5px;
border:1px solid #FFF;
text-decoration: none;
font-weight: bold;
color:#00235d;
background:url(../images/nav_menu_bg.png) no-repeat center top;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFF;
}
