.chromestyle{
width: 100%;
font:normal 9px Tahoma,Verdana;
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 #666666;
width: 100%;
background: url(chromebg.gif) center center repeat-x;
padding: 6px 2px 6px 5px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
-moz-opacity: 0.88;
opacity:.88;
filter: alpha(opacity=88);
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 2px 2px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x;
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}