.chromestyle{
width: 100%;
font-weight: normal;
font-size: 12px;
font-family: Verdana, Arial, sans-serif;
}

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

.chromestyle ul{
border: 1px solid #000000;
width: 100%;
background: #000000; /*THEME CHANGE url(chromebg.gif) left left repeat-xHERE*/
padding: 2px 0;
margin: 0;
text-align: justify; /*set value to "left", "center", or "right"*/
}


.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 6px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #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: url(chromebg22-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#000000;
}

#selected a {
background:url(chromebg22-over.gif) center center repeat-x;
color:#000000;
}


/*color:#D1481B;
background: #EAE8E1;
border-top: 1px solid #D1481B;
font-weight: normal;
text-decoration: none;*/