.chromestyle{
font-family: tahoma, sans-serif;
font-size: 13px;
font-color: #f4f4f4;
width: 100%;
font-weight: normal;
line-height: 40px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ""; 
display: block; 
height: 1; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(img/nav_top_off.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 17px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(img/nav_top_on.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #c1272d;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v"; 
/*content: "" url(../img/downimage.gif);/*uncomment this line to use a letter V instead*/
}

.chromestyle2{
background: url(img/nav_top_on.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #444444;
padding: 17px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #444444;
}