.chromestyle{
width: 100%;
word-spacing: 3px;
}

.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{
font-family: 'trebuchet ms';
font-size: 14px;
text-transform: uppercase;
letter-spacing: 1px;
color: #fff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
text-shadow: 1px 1px 9px #000;
}

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


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

.dropmenudiv{
position:absolute;
top: 10px;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: 'Muli', sans-serif;
font-size: 14px;
text-transform: none;
font-weight: 500;
letter-spacing: 1px;
color: #3e3e3f;
height: 30px;
line-height: 30px;
z-index:100;
background: url(/images/navibg.png) repeat-x;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
height: 30px;
line-height: 30px;
display: block;
text-indent: 10px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 0;
vertical-align: middle;
text-decoration: none;
font-family: 'Muli', sans-serif;
font-size: 14px;
color: #3e3e3f;
background: url(/images/navibg.png) repeat-x;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(/images/navihover.png) repeat-x;
color: #f8f8f8;
font-weight: normal;
}