.chromestyle{
width: 981px;
font-weight: bold;
float:right;
max-width: 1000px;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background:url("/sites/759/assets/buttonoff.jpg") repeat-x top left;  
background-color: #D9E3ED;
padding: 0px 0;
margin: 0;
text-align: center;
height: 25px; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #01325B;
padding: 2px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
background:url("/sites/520/assets/buttonon.jpg") repeat-x top left;
background-color: #fcea88;  /*THEME CHANGE HERE*/
color: black;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background:url("/sites/759/assets/buttonoff.jpg") repeat-x top left;  
background-color: #C7D4DD;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #01325B;
}

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

.dropmenudiv a:hover{ 
background:url("/sites/520/assets/buttonon.jpg") repeat-x top left;
background-color: #fcea88;
color: black;
}