.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font-weight: bold;
font-size: 17px;
font-family: Arial;
width: 100%;
background: #2F8EF0;
text-shadow: 0px -1px 0px #374683;
}
.solidblockmenu li{
display: inline;
font-weight: bold;
font-size: 17px;
font-family: Arial;
}
.solidblockmenu li a{
float: left;
color: white;
padding: 0px 14px;
font-weight: bold;
font-size: 17px;
font-family: Arial;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #FFF;
background: #333;
}
.tabcontainer{
clear: left;
margin: 0;
padding: 2px 0 0 10px;
width:99%; /*width of 2nd level sub menus*/
height: 25px;/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color:#333;
font: 14px arial;
}
.tabcontent{
	font-weight: bold;
font-size: 14px;
font-family: Arial;
	color:#CCC;
	height: 20px;
}
.tabcontainer a{
	color:#FFF;
font-size: 14px;
font-family: Arial;
    font-weight: bold;
	text-decoration:none;
}
.tabcontainer a:hover{
	text-decoration:underline;
	
}
*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 0px;
}
* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0px;
}
.tabcontent{
display:none;
}
