.chromemenu{
width: 99%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

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

.chromemenu ul{
width:300px;
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;

list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.chromemenu ul li{
padding:0px;
margin: 0;
width:220px;
height:40px;
}

.chromemenu ul li a{
display:block;
text-decoration: none;
padding: 0px 15px;
line-height:40px;
margin-right: 3px;
background:url(tab-bg.gif) no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #000;
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
background:url(tab-over.gif) no-repeat;
color: #fff;
}

.tabcontainer{
display:block;
float:left;
background-color:#fff;
width:695px; /*width of 2nd level sub menus*/
 /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
 min-height:205px;
 margin:0px;
 padding:15px 5px 0px 0px;
}

.tabcontent{
display:none;
}
