.chromemenu{
width: 583px;
font-weight: bold;
}

.chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromemenu ul{

width: 100%;

background: #4895cd;
padding: 5px 0;
margin: 0;
text-align: center;
}

.chromemenu ul li{
display: inline;
}

.chromemenu ul li a{
color: #494949;
padding: 5px 8px;
margin: 0;
text-decoration: none;
border-right: 0px solid #BBB;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{

}

.tabcontainer{

}

.tabcontent{
display:none;
}