.solidblockmenu ul{
	margin: 0 0 0 16px;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 938px;
	border-bottom: 1px solid #60bb0a;;
	border-top: 1px solid #60bb0a;
	background: black url(/_images/button_inactive.png) center center;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: #5f5f5f;
	padding: 8px 11px;
	text-decoration: none;
	border-right: 1px solid #c0c0c0;

}

.solidblockmenu li a:visited{
	color: #5f5f5f;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: #ffffff;
	background: transparent url(/_images/button_active.png) 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{
	padding-top:5px;
	display:none;
	color:#ffffff;
	width:150px;
	height:30px;
}