.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 975px;
	background: black url(media/blockdefault.gif) center center repeat-x;
	font-family: Calibri;
	font-size: 17px;
	font-weight: normal;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 11px 29px;
text-decoration: none;


}

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}


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