.chromestyle{
width: 99%;
float:left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
/*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align:left;/*set value to "left", "center", or "right"*/
font-family:'BoBsFrAnTiCTrueType';
}

.chromestyle ul li{
display: inline;
color:#FFF;
font-family:'BoBsFrAnTiCTrueType';
}

.chromestyle ul li a{
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;color:#FFF;
font-family:'BoBsFrAnTiCTrueType';
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*THEME CHANGE HERE*/color:#FFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
visibility: hidden;
z-index:1000;
background-color:#000;
width:220px;
font-family:BoBsFrAnTiC;
text-decoration:none;
font-size:18px;
font-family:'BoBsFrAnTiCTrueType';
}


.dropmenudiv a{
width: auto;
display: block;color:#FFF;
line-height:20px;
padding:5px 10px;
font-family:BoBsFrAnTiC;
text-decoration:none;
font-size:18px;
border-bottom:1px solid #FFF;
font-family:'BoBsFrAnTiCTrueType';
}

.dropmenudiv a{ /*IE only hack*/
width: 100%;
font-family:'BoBsFrAnTiCTrueType';
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#000;
}