
.solidblockmenu ul{
margin: 0;
padding: 10;
float: left;
font: bold 13px Arial;
width: 97%;
border: 1px solid #625e00;
border-width: 1px 0;
background: #3C5119 url(../layout/blockdefault2.jpg) center center repeat-x;
}

.solidblockmenu li{
font: bold 13px Arial;
display: inline;
border-left: 0px solid white;
border-right: 1px solid white;
float: center;
padding: 9px 11px;
}

.solidblockmenu li a{
font: bold 13px Arial;
float: center;
color: white;
padding: 9px 11px;
text-decoration: none;

border-left: 0px solid white;
}

.solidblockmenu li a:visited{
color: white;
float: center;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
font: bold 13px Arial;
color: black;
float: center;
background: transparent url(../layout/blockdefault2.jpg) center center repeat-x;
}

.tabcontainer a, .tabcontainer a:visited{
font: bold 12px Arial;
text-decoration:none;
color = black;
}

.tabcontainer a:hover{
font: bold 12px Arial;
color = #3C511A;
text-decoration: none;
}

.tabcontainer{
clear: center;
text-align: center;
font: bold 13px Arial;
width:100%; /*width of 2nd level sub menus*/
height: 0 em; /*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: 0.2em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: 0.2em;
}

.tabcontent{
display:none;
}