.chromemenu{
width: 525px;
font-weight: normal;
height:25px;
margin-left:3px;
}

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

.chromemenu ul{
border: 0px solid #BBB;
height:0px;
width: 525px;
height:25px;
background: url(../images/tab_bg.jpg) center repeat-x;
padding: 5px 0px;
margin-top: 10px;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
display: inline;
height:25px;
padding-top:0px;
}

.chromemenu ul li a{
color: #494949;
padding: 0px 5px 0px 15px;
height:25px;
text-decoration: none;
border-right: 1px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background: url(../images/chromebg2.gif) center repeat-x;
height:25px;
}

.tabcontainer{
clear: center;
margin-top: -17px;
width:525px;
text-align:center;
margin-left:1%;
 /*width of 2nd level sub menus*/
/*height:1.5em; height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
overflow:visible;
background-color:transparent;
padding:0px 7px 5px 5px;
vertical-align:top;
border:#999999 solid 0px;
height:auto;
width: 525px;
text-align:center;
}