.solidblockmenu ul{
	float: left;
	width: 780px;
	background: black url(media/blockdefault.gif) center center repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 3px;
	border-bottom-style: outset;
	border-bottom-color: #F60;
	padding: 0;
	margin: 0;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 26px;
	padding-bottom: 5px;
	padding-left: 27px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FF9;
}

.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{
	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;
}

