.chromestyle{
background-color: #ffffff;
color: #376732;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
width:100%;
padding: 10px 0px 10px 0px;
border-bottom: solid; 
border-bottom-width: 1px; 
border-bottom-color: #cdc6c9;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0px 0px 0px 0px;
margin-left:0px;
color: #376732;
background-color: #ffffff;
}

.chromestyle ul li{
padding: 0px 0px 0px 0px;
display: inline; 
background:#ffffff; 
border-right: solid; 
border-right-width: 1px; 
border-right-color: #cdc6c9;

}

.chromestyle ul li a {
padding: 0px 0px 0px 0px;
color: #376732;
background-color: #ffffff;
padding: 10px;
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*/
color:#ffffff;
background-color: #376732;
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
padding: 0px 0px 0px 0px;
position:absolute;
font-size:11px;
font-weight:normal;
z-index:100;
background-color: #ffffff;
visibility: hidden;
}

.dropmenudiv ul li {
padding: 0px 0px 0px 0px;
width: 130px;
display: block;
text-decoration: none;
color: #ffffff;
font-stretch:normal;
border-right: none; 
border-right-width: 0px; 
border-right-color: #979899;
border-bottom: #CDC6C9 1px solid;
}


.dropmenudiv ul li ul li{
width: 130px;
display: block;
text-decoration: none;
color: #ffffff;
background-color: #ffffff;
font-stretch:normal;
padding-left: 0px;
}

.dropmenudiv a{
display: block;
text-decoration: none;
color: #ffffff;
background-color: #ffffff;
font-stretch:normal;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #376732;
color:#ffffff;
}