<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.chromestyle{
width: 99%;
font-weight: bold;
}

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

#current { 
background: url(images/navi_active.png) center center repeat-x; 
}

.chromestyle ul{
width: 100%;
background: url(images/qms_navi_bkgd_tile.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 17px 20px 17px 20px;
margin: 0 0 0 -3px;
text-decoration: none;
border-right: 1px solid #014868;
}


.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(images/navi_active.png) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
font-weight: normal;
line-height:18px;
z-index:100;
background: url(images/navi_dropdown_bkgd.png);
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
display: block;
text-indent: 15px;
padding: 0 20px 4px 9px;
text-decoration: none;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
}</pre></body></html>