.solidblockmenu2 ul{
margin: 0;
padding: 0;
float: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
width: 100%;
border-width: 1px 0;
background-color: #8191aa;
}

.solidblockmenu2 li{
display: inline;
}

.solidblockmenu2 li a{
float: left;
color: white;
padding: 9px 14px;
text-decoration: none;
border-right: none;
}

.solidblockmenu2 li a:visited{
color: white;
}

.solidblockmenu2 li a:hover, .solidblockmenu2 li a.current{
color: white;
background-color: #627189;
border-bottom: 1px solid #627189;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height: 30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
}

.tabcontent{
}