.solidblockmenu ul { font: bold 13px Arial; background: black url("../images/indentbg.gif") repeat-x center; margin: 0; padding: 0; width: 100%; float: left; border-style: solid; border-width: 1px 0; border-color: #625e00 }

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a { color: white; text-decoration: none; padding: 7px 9px; float: left; border-right: 1px solid white }

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

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

.tabcontainer { width: 95%; height: 2em; clear: left }

*: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{
display:none;
}