.chromestyle{
width: 100%;
font-weight: bold;
margin:0 auto;
background-color:#ffffff;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;
}

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

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background-image:url(../images/btnbg.jpg); /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color:#ffffff;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 5px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #B5E2FE; /*THEME CHANGE HERE*/
text-decoration:none;
border-left: 1px solid #B5E2FE;
font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: #000000;*/ /*THEME CHANGE HERE*/
color: #FEC170;
text-decoration:none;
}



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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:16px;
z-index:100;
background: #2700d5;
width: 200px;
visibility: hidden;
color:#FEC170;
font-weight: bold;
margin:0;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #B5E2FE; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #FEC170;
font-weight: bold;
font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
/*background-color: #000000;*/
text-decoration:none;
color:#FEC170;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #000000;*/
text-decoration:none;
color:#ffffff;
}