.solidblockmenu ul{
	margin: 0;
	float: left;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px;
	background-image: url(../images/menubg.gif);
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	background-image: url(media/blockdefault.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	background-color: transparent;
	background-image: url(media/blockactive.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:17px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}
.tabcontainer a {
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:17px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}


*: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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

