.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 95%;
background: transparent url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #422E5D;
padding: 7px;
margin: 0px 7px 0px 7px;
text-decoration: none;
}

.solidblockmenu li a:visited{
color: #422E5D;
}

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

.tabcontainer{
clear: left;
height: 2em;
}

*: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{
border-top: 1px solid #D8C4D3;
width:95%; /*width of 2nd level sub menus*/
display:none;
height:2em; 
padding-top: 5px;
}
