.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 18px Tahoma;
width: 385px;
height:25px;
background: black url(media/green_tabbg.jpg) center center repeat-x;
margin-left:20px;
margin-bottom:20px;
}

.solidblockmenu li{
display: inline;
height:25px;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 0 9px;
text-decoration: none;
border-right: 2px solid #f7f1e4;
height:25px;
}

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

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(media/orange_tabbg.jpg) center center repeat-x;
height:25px;
padding:0 9px;
margin:0;
display:block;
}

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

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

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}