.chromestyle{
width: 100%;
font-weight: normal;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
padding-top: 6px;


}

.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: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: #fff solid 1px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
/*script dynamically adds a class of "selected" to the current active menu item*/
	color: #9eb83b;
}

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

.dropmenudiv {
position:absolute;
top: 20px;
font:normal 11px Geneva, Arial, Helvetica, sans-serif;;
line-height:18px;
z-index:100;
background: #9eb83b;
width: 200px;
visibility: hidden;

}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;
border-bottom: #fff dotted 1px;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	background: #667a18;
}