.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 20px Arial;
width: 100%;

background: black;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
font-family:arial,sans-serif;
 font-size:20px; font-weight:bold; margin-right:3px;

-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;

-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;

border-right: 1px solid black; 

background-image: linear-gradient(bottom, rgb(26,26,26) 22%, rgb(48,47,47) 50%, rgb(88,92,97) 81%);
background-image: -o-linear-gradient(bottom, rgb(26,26,26) 22%, rgb(48,47,47) 50%, rgb(88,92,97) 81%);
background-image: -moz-linear-gradient(bottom, rgb(26,26,26) 22%, rgb(48,47,47) 50%, rgb(88,92,97) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(26,26,26) 22%, rgb(48,47,47) 50%, rgb(88,92,97) 81%);
background-image: -ms-linear-gradient(bottom, rgb(26,26,26) 22%, rgb(48,47,47) 50%, rgb(88,92,97) 81%);



}

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}
.solidblockmenu li a:first-child{height:25px; overflow:hidden;}

.tabcontainer{
clear: left;
width:99%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding:6px; background:#3d3f3e; color:#FFF; font-size:12px;
}

*: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;
}