.chromestyle{
width: 969px;
height: 39px;
font-weight: bold;
letter-spacing:1px;
text-transform:none;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
margin-top: -3px;
margin-bottom:10px;
border-left: 1px solid black;
border-right: 1px solid black;
}

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

.chromestyle ul{
border: none;
width: 100%;
background-image: url(nav_bg_960.gif);
padding: 4px 0;
margin: 0;
text-align: center; /*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;
font-weight: bold;
letter-spacing:1px;
text-transform:none;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
background-color:#5D94C4;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
/*THEME CHANGE HERE*/
background-color: #000080;
padding: 2px 0 0 8px;
text-decoration: none;
font-weight: bold;
letter-spacing:1px;
font-size:15px;
text-transform:none;
font-family:Arial,Helvetica,sans-serif;
color: #fff;
border-bottom: 1px solid #000000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0066CC;
}
