.solidblockmenu ul{
margin: 0px;
padding: 9px 0px;
float: center;
font: 100% Verdana, Arial, Helvetica, sans-serif;
width: 100%;
border: 0px solid #625e00;
border-width: 0px;
/*background: black url(../images/blockdefault.gif) center center repeat-x;*/
background: #990000;
}

.solidblockmenu li{
display:inline;
}

.solidblockmenu li a{
color: white;
padding: 9px 9px;
text-decoration: none;
border-right: 1px solid white;
border-left: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color:#999999;
/*background: transparent url(../images/tabrightE.gif) center center repeat-x; */
/* background: transparent #990033 center center repeat-x; */
}

.tabcontainer{
clear: center;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*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: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}


