.navRow {background:url("navRow.gif"); background-repeat:repeat-x;}

.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;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url("navbg.gif") top top repeat-x; /*THEME CHANGE HERE*/
height:23px;
padding: 3px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-size:0;
}

.chromestyle ul li{
display: inline;
line-height:2em;
font-size:12px;
}

.chromestyle ul li a{
color: #494949;
padding: 7px 7px;

margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-weight:bold;
}

.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("navbg-over.gif") center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
font-family:Tahoma,sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
text-decoration: none;
font-weight: bold;
color: black;
text-align:left;
padding:3px 5px;
white-space:nowrap;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

@media only screen and (max-width : 960px){
.chromestyle ul li{font-size:11px;line-height:2.2em;}
.chromestyle ul li a{padding-left: 3px; padding-right:3px;
}
}