.solidblockmenu{
	margin-left: 0;
}
.solidblockmenu ul{
	background: url(images/menu-pattern.jpg);
	margin: 0;
	padding: 0;
	float: left;
	width: 896px;
	height: 32px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
}
.solidblockmenu li{
	display: inline;
}
.solidblockmenu li a{
	float: left;
	color: #fff;
	padding: 9px 5px;
	text-decoration: none;
}
.solidblockmenu li img{
	margin: 0;
	padding-left: 8px;
	float: left;
}
.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
}
.tabcontainer{
	font-family: Tahoma;
	font-size: 11px;
	background: #fff;
	clear: left;
	width: 896px; /*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.*/
}
.tabcontent a{
	text-decoration: none;
	color: #003881;
	padding: 0 12px;
}
.tabcontent a:hover, .tabcontent a.current{
	text-decoration: none;
	color: #000;
}
*: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;
	padding: 3px 0;
	height: 15px;
}