.chromestyle{
width: 100%;
font-weight: bold;
}

.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: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 0px 0;
margin: 0px 0 0 0;
text-align: center; /*set value to "left", "center", or "right"*/
float: left;
}

.chromestyle ul li{
display: inline-block;
width:auto;
float:left;
}

.chromestyle ul li a{
color: #294f80;
padding: 9px 11px;
margin: 0;
text-decoration: none;
border-right: 1px solid #BBD0E6;
display:inline;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
text-transform:uppercase;
font-size:13px;
height:34px;
line-height:34px;
}

/** + html .chromestyle ul li a{line-height:41px!important; height:38px!important;} hack for ie7*/

.chromestyle ul li a:hover{
color: #ffffff;
padding: 9px 11px;
margin: 0;
text-decoration: none;

display:inline;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:normal;
text-transform:uppercase;
font-size:13px;
height:34px;
line-height:34px;
background:#8b0000;
}


:root .chromestyle ul li a { height:35px\0/IE9; line-height:35px\0/IE9;}  /* IE9 */

/*.chromestyle ul li a:hover, .chromestyle ul li a.selected{ script dynamically adds a class of "selected" to the current active menu item
 background: #000; color:#FF0000; padding: 7px 7px; display:block;THEME CHANGE HERE
}
*/
/*=======================| CLASSES FOR EACH TAB |=======================*/
.chromestyle ul li a.boats{background:none; display:block; color:#294f80; height:33px; line-height:33px; padding:0px 11px;}
.chromestyle ul li a.boats:hover, .chromestyle ul li a.boats.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#8b0000; color:#FFFFFF; /*THEME CHANGE HERE*/
}

/*=======================| CLASSES FOR EACH TAB |=======================*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #8b0000;
width: 200px;
visibility: hidden;
margin-top:-1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #000;
color:#ffffff;
}