.chromestyle{
font-family:"Trebuchet MS", Verdana, Arial;
width: 100%;
z-index:1000;
 
}

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

.chromestyle ul{
 width: 100%;
 padding: 7px 0px 1px;
 margin: 0;
 z-index:1000;
 }

.chromestyle ul li{
display: inline;
padding:0px 10px 0px 10px;
z-index:1000;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 8px;
margin: 0;
text-decoration: none;
z-index:1000;
 }

 

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px;
line-height:18px;
z-index:1000;
background-color:#414141;
width: 150px;
visibility: hidden;
margin-top:7px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 8px;
text-decoration: none;
font-weight: normal;
color: #fff;
font-size:11px;
z-index:1000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #EEEDE8;
color:#1FBFC9;
z-index:1000;
}