.solidblockmenu ul{
	float: left;
	width: 100.5%;
	height:30px;
	margin-top: 0;
	margin-left:-1px;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	font: bold 13px Arial;
	border-width: 1px 0;
	background: transparent url(../images/others/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	padding: 7px 11px;
	text-decoration: none;
	border-right: 1px solid white;
}

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

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

/*
.tabcontainer{
clear: both;
margin-left:-24px;
width:109.27%;*/ /*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.*/
/*}*/


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

.tabcontent{
	float:left;
	width:94%;
/*	margin-top:-.5em\9; /*IE8 hack to remove gap between menu and sub contents*/
	padding-top:20px;
	padding-left:24px;
	padding-right:15px;
	padding-bottom:15px;
	display:none;
	border:1px #999 ridge;
	background-color:#F0F0F0;
}

#sb1 a:link, #sb1 a:visited, #sb2 a:link, #sb2 a:visited	{
	color:#069;
}
