@font-face {
	font-family:'Rockwell';
	src: url('../images/rock-webfont.html');
	src: local('?'), url('../images/rock-webfont.woff') format('woff'), url('../images/rock-webfont.ttf') format('truetype'), url('../images/rock-webfont.svg#webfontnOYXmu9v') format('svg');
	font-weight: normal;
	font-style: normal;
}


.chromestyle{
width: 970px;
font-weight: none;
font-family:Rockwell, Helvetica, Arial;
font-size:16px;
float:left;
margin-top:10px;
margin-bottom:1px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background: #0067ab; /*THEME CHANGE HERE*/
padding: 13px 0;
margin: 0;
letter-spacing:1px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #fff;
padding: 20px 16px;
margin: 0;
text-decoration: none;
border-right: 0px solid #53cde1;

}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:#7dc400;
color:#fff;

 /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Rockwell;
line-height:25px;
z-index:100;
background-color:#7dc400;
width: 152px;
margin-top:-9px;
visibility: hidden;
text-align:left;
letter-spacing:1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font-weight: normal;
color:#fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #026288;
color:#fff;
}