.chromestyle{
width: 100%;
font:normal 12px Arial;

}

.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: 100%;
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: #262626;
padding: 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #CBCBCB;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/

}



.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:normal 10px Arial;
line-height:18px;
z-index:100;
background-color: #e8e8e8;
width: 120px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CBCBCB; /*THEME CHANGE HERE*/
padding: 5px 12px;
text-decoration: none;
color: #262626;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color: #FFFFFF;
text-decoration: none;
}

.dropmenudiv a.HERE{ /*THEME CHANGE HERE*/
background-color: #000000;
color: #FFFFFF;
text-decoration: none;
}
