.chromestyle
{
top:0;
position:relative;
font-weight: bold;
height: 24px;
z-index:190;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0; /*1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
line-height: 24px;
text-align: center; /*set value to "left", "center", or "right"*/
font-family: Tahoma, Verdana, Arial;
font-weight: bold;
font-size: 8pt;  
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
color: #ffffff;
padding: 0 8px 0 8px;
margin: 0;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.chromestyle ul li a:hover, .chromestyle ul li a.current, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; */ /*THEME CHANGE HERE*/
color: #FE9901;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    border-bottom-width: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #BBBBBB;
    position: absolute;
    top: 0px;
    margin-top: 3px; /*THEME CHANGE HERE*/
    font: bold 8pt Tahoma, Arial, Verdana;
    line-height: 20px;
    z-index: 200;
    width: 200px;
    visibility: hidden;
    background-color: #004A8F;
    color: White;
}


.dropmenudiv a, .dropmenudiv a:visited
{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
    padding: 0 0 0 4px;
    text-decoration: none;
    font-weight: bold;
    color: White;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover
{
    /*THEME CHANGE HERE*/
    text-decoration: none;
    color: #004A8F;
    background-color: #FFF200;
}