.chromestyle{
width:748px;
font-family: "Trebuchet MS"; 
font-size:14px; 
}

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

.chromestyle ul{
width: 100%;
background: url(../images/chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
border-left:none;/*THEME CHANGE HERE*/
border-top: none; /*THEME CHANGE HERE*/
border-bottom:#010066 1px solid; /*THEME CHANGE HERE*/
padding: 4px 0 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000066;
border-right:none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
padding: 4px 14px;
margin: 0;
text-decoration: underline;
}

.chromestyle ul li a:hover{
background: url(../images/chromebg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#aa0000;
}



