.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 900px;
border: 1px solid #bbb;
border-width: 1px 0;
background: black url(images/bm_images/nav_button_mid_2px_overlay.jpg) center center repeat-x;

	
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color:#333;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #bbb;

}

.solidblockmenu li a:visited{
color: #000000;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #ff6600;
background: transparent url(images/bm_images/blockdefault_3px.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:900px; 
height:20px;
font-size:12px;
color:#333;

}

/:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ margin-top: -1em;}*/

.tabcontent{
display:none;
}


