.chromestyle{
width: 100%;
font-weight: 100;
font-size:15px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #006633;
padding: 4px 8px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color:#80D87C;
color: #FFFFFF; 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position: absolute;
top: 0px;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom: 1px solid #CCCCCC;
border-bottom-width: 1px;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
background-color:#C8F6C7;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border: 0px solid #F8941D; /*THEME CHANGE HERE*/
padding: 2px 2px;
text-decoration: none;
font-weight: 100;
color: #006633; 

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#80D87C;
color: #FFFFFF;
}