.solidblockmenu ul{
	padding: 0;
	float: right;
	font: bold 13px Arial;
	width: 1000px;
	background-color: black;
	background-image: url(../images/blockdefault2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 30;
}

.solidblockmenu li{
	display: inline;
	width: 75px;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	width: 80px;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	margin-top: 1px;
	margin-bottom: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	text-align: center;
}

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

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

.tabcontainer{
clear: left;
width:95%; /*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.*/
}

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