.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	font-family: Arial;
	font-size: 13px;
	line-height: 42px;
	font-weight: bold;
}

.solidblockmenu li{
	display: inline;
}


.solidblockmenu li a{
	float: left;
	color: #FFF;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 12px;
	background-image: url(../images/menu-separator.png);
	background-repeat: no-repeat;
	background-position: 100% 0px;
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
}



.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	background-color: transparent;
	background-image: url(../images/menu-on.png);
	background-repeat: repeat-x;
	background-position: 100% 0px;
}
.solidblockmenu li a:hover span, .solidblockmenu li a.current span{
	color: white;
	background-color: transparent;
	background-image: url(../images/menu-span.png);
	background-repeat: no-repeat;
	background-position: 0px;
	float: left;
	margin-left: -12px;
	padding-left: 12px;
	padding-right: 0px;
}
.tabcontainer{
	clear: left;
	width:90%; /*width of 2nd level sub menus*/
	height:28px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background-color: #bb0000;
	font-family: Impact;
	font-size: 18px;
	color: #FFF;
	padding-top: 10px;
	padding-left: 13px;
}
.tabcontainer ul {
	list-style-type: none;
}
.tabcontainer ul li{
	list-style-type: none;
	padding-right: 18px;
	display: inline;
}
.tabcontainer ul li a{
	color: #FFF;
	text-decoration: none;
}
.tabcontainer ul li a:hover{
	color: #fec514;
}

*: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;
}
