.chromemenu{
width: 270px;
font-weight: bold;
float:left;
height:300px;
}

.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%; 
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

.chromemenu ul li{
 line-height:20px;
border-bottom: 1px solid #BBB;
list-style-type: none;
}

.chromemenu ul li a{ 
margin: 0;
text-decoration: none;  
}

.chromemenu ul li a:hover, .chromemenu ul li a.current{
 
}

.tabcontainer{
float:left;
width:610px; /*width of 2nd level sub menus*/  
padding-left:10px;
}

.tabcontent{
display:none; 
}