.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../images/topnavi/blockdefault.gif) center center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0;
	border-bottom-width: 0px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #625e00;
	border-right-color: #625e00;
	border-bottom-color: #625e00;
	border-left-color: #625e00;
	letter-spacing: 2px;
}

.solidblockmenu li{
	display: inline;

}

.solidblockmenu li a{
	float: left;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #D8E472;
	width: 120px;
	height: 10px;
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: #333333;
background: transparent url(../images/topnavi/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;
}
