#navBar {
background:url(../_images/nav-bar2.gif) repeat-x top;
margin:0px 6px;
vertical-align:middle;
border-top:1px solid #c7c7c7;
border-bottom:1px solid #c7c7c7;
}

.chromestyle{
border-top:1px solid #fff;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul{
width: 100%;
padding:0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, 
.chromestyle ul li a:active,
.chromestyle ul li a:visited {
margin: 0;
text-decoration: none;
background:url(../_images/menu-divider.gif) no-repeat right;
padding:9px 7px;
display:block;
float:left;
font:12px Georgia, "Times New Roman", Times, serif;
color: #494949; 
}

.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/menu-divider.gif) no-repeat right #9fc8e6;
color:#fff;
}

/* no divider */
.chromestyle ul li a.none, 
.chromestyle ul li a.none:active,
.chromestyle ul li a.none:visited { 
background-image:none;
}

.chromestyle ul li a:hover, 
.chromestyle ul li a.selected {  /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#9fc8e6;
color:#fff;
background-image:none;
}

/* Style for Drop Down Menu  */
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #d7d7d7;
width: 180px;
visibility: hidden;
}

/* drop downs */
.dropmenudiv a {
width: auto;
display: block;
border-bottom: 1px solid #fff;
padding: 4px 5px ;
text-decoration: none;
font-weight: bold;
color: black;
font:11px Arial, Helvetica, sans-serif;
color: #494949;

}

.dropmenudiv a:visited {
color: #494949; 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #b0d471;
color:#fff;
}