.solidblockmenu ul{
	margin: 0;
	float: right;
	font: bold 15px Arial;
	width: 980px;
	border: 2px solid #ffffff;
	border-width: 1px 0;
	background: black url(media/blockdefault.gif) center center repeat-x;
	padding-left:0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: right;
	color: white;
	text-decoration: none;
	border-left: 1px solid white;
	padding-top: 9px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-left: 20px;
}

.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;
}

.tabcontainer{

float:right;
padding-top:14px;
padding-right:18px;
text-align:right;
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.*/
height:30px;
font-size:12px;
color: #666666;
margin-top: -.6em;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/

}

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

.tabcontent{
display:none;
float:right;
height:10px;
}

