.footersolid ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 55% sans-serif;
	border: thin solid #333333;
	border-width: 1px 0;
	background: #333333 repeat-x center center;
	border-bottom: 0;
}

.footersolid li{
display: inline;
}

.footersolid li a{
	float: left;
	color: White;
	padding: 3px 25px;
	border-right: 1px dashed Gray;
	text-decoration: none;
}

.footersolid li a:visited{
color: white;
}

.footersolid li a:hover, .footersolid li a.current{
	color: white;
	background: transparent url(../images/menu/blockactive.gif) repeat-x center center;
}

.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;
}