.chromestyle{
width: 99%;
font-weight: bold;
}

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

.chromestyle ul{
width:160px;
background-color:#22850E;
padding: 4px 0;
margin: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
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*/
text-decoration:underline;
}

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

.dropmenudiv{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
top: 0;
border-bottom-width: 0;
line-height:15px;
z-index:100;
background-color: white;
width:160px;
visibility: hidden;
}


.dropmenudiv a{
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
width: auto;
display: block;
text-indent: 3px;
padding: 4px 4px; 
text-decoration: none;
color: black;
border-top:1px solid #fff;
background-color: #94D881;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;
}
