.chromemenu{
width: 100%;
font-weight: bold;
font-size: 11px;
font-family: Arial Narrow, Arial;
}

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

.chromemenu ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
padding-left: 0px;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
padding-left: 8px;
}

.chromemenu ul li a{
color: #888888;
padding: 4px 10px;
margin: 0;
text-decoration: none;
height:20px;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(media/chromebg2.gif) center center repeat-x;
color: #545454;
height:20px;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:2.0em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
color: #8c9998;
font-weight: bold;
font-size: 10px;
}

.tabcontainer a{
color: #8c9998;
}

.tabcontainer a:hover{
color: #545454;
}

.tabcontent{
display:none;
}