.chromestyle{
width: 100%;
font-size: 11px;
font-family: Verdana, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;

}

.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 #CBCBCB;
width: 800;
background: url(nav-bg-graygradient4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 13px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #FFFFFF;
padding: 10px 4px;

margin: 0;
text-decoration: none;
border-right: 1px solid #CBCBCB;
font-weight: bold;


}



.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: underline;
color: #FFFFFF;

}

.chromestyle ul li a.HERE {
background: #027D47 url(chromebg-here.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration: none;
color: #FFFFFF;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font-size: 10px;

line-height:18px;
z-index:100;
background-color: #6d6cb2;
width: 150px;
visibility: hidden;
color: #FFFFFF;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CBCBCB; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5fbb49;
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a.HERE{ /*THEME CHANGE HERE*/
background-color: #5fbb49;
color: #FFFFFF;
text-decoration: none;
}
