/*.solidblockmenu {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
}*/

.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 16px Arial;
width: 968px;
border-top: 1px solid #666;
border-left: 1px solid #666;
border-right: 1px solid #666;
border-width: 1px;
background: black url(media/blockdefault.gif) center center repeat-x;

}

.solidblockmenu li{
display: inline;
font: bold 16px Arial;
}

.solidblockmenu li a{
float: left;
color: #CCC;
padding: 7px 9px;
text-decoration: none;
border-right: 1px solid #999;
}

.solidblockmenu li a:visited{
color: #CCC;
}

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

.tabcontainer{
clear: left;
/*width:968px; width of 2nd level sub menus*/
/*height:25px; height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	margin: 0;
	padding: 7px 0 9px 0;
	background-color:#6B78AC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	font: bold 14px Arial;
	color:#FFFFFF;
}
.tabcontainer a
{
color:#B5BCD6;
text-decoration:none;
font-weight:normal;
}
.tabcontainer a:hover
{
color:#FFFFFF;
text-decoration:underline;
}
*: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;
}