.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: 10px Verdana;
width: 886px;
background: black url(/multimedia/images/bar/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: black;
padding: 8px 35px;
text-decoration: none;
border-right: 2px solid #87B6C3;
}

.solidblockmenu li a:visited{
color: black;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: black;
background: transparent url(/multimedia/images/bar/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width: 886px; /*width of 2nd level sub menus*/
height:225px; /*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: 0px;
background-color: #E6E6E6;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0px;
background-color: #E6E6E6;
}

.tabcontent{
display:none;
}
