.chromestyle{
width: 100%;
font-size: 1.0em;
font-weight: normal;
}

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

.chromestyle ul{
float: left;
padding: 17px 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: 17px 12px;
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*/
color: #fff;
background: #0f664e;
}

.chromestyle ul li a.skip{
margin: 0 0 0 270px;
padding: 17px 0;
color: #1bb489;
}

.chromestyle ul li a:hover.skip{
color: #fff;
background: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
z-index:100;
width: auto;
visibility: hidden;
}


.dropmenudiv a{
width: 200px;
display: block;
font-size: 1.0em;
text-indent: 3px;
padding: 8px;
text-decoration: none;
color: #fff;
background: #0f664e;
}

.dropmenudiv a span {
font-size: 0.85em;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200px;
color: #fff;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #051F17;
background: #0f664e;
}