.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
background: transparent;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
}

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #000;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
text-align: right;
clear: left;
width: 85%;
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*/

}

.tabcontent{
color:#fff;
font-size: 11px;
display:none;
}

.tabcontent a{
	color:#fff;
	text-decoration: none;
	border-bottom: #4E6B7D 1px solid;
	outline:none;
}

.tabcontent a:hover {
	text-decoration: none;
	border-bottom: none;
	outline:none;
}