.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: 12px Arial;
width: 762px;
height:30px;
border: none;
border-width: 0px 0;
background: white url(media/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 8px 20px;
text-decoration: none;
border-right: 0px #625e00;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: black;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
margin: 0;
padding: 0;
font: 12px Arial;
float: left;
width:762px; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: white url(media/blockbottom.gif) center center repeat-x;
}

.tabcontainer a{
border: none;
float: left;
color: #333333;
text-decoration: none;
padding: 8px 9px;
}

.tabcontainer a:hover{
color: #333333;
text-decoration: underline;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -2px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1px;
}

.tabcontent{
display:none;
}