.chromestyle{
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#0f7141;
width:810px;
margin:auto 15px;
float:left;



}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width:978px;
height:14px;
background:; /*THEME CHANGE HERE*/
padding:8px 0px;
text-align: left; /*set value to "left", "center", or "right"*/
margin: 0px auto;
}

.chromestyle ul li{
display: inline;


}

.chromestyle ul li a{
color: #000;
padding:8px 12px ;
*padding:8px 12px ;
margin: 0 8px;;
text-decoration: 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: url(navbg_over.png) center center; height:30px;color:#0f7141;;}/*THEME CHANGE HERE*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:-5;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 11px ;
line-height:25px;
z-index:100;
background-image:url(drop_menu_bg.png);
background-repeat:repeat;
visibility: hidden;
width:440px;
padding:4px 0px;
display: inline;
}


.dropmenudiv a{
width: 160px;
float:left;
height:30px;
display: block;
padding: 0px 22px;
text-decoration: none;
font-weight: bold;
color:#006835;
border-top: 1px transparent solid ;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:none;;
color:#006835;
border-top: 1px #82a991 solid ; /*THEME CHANGE HERE*/
}
