.solidblockmenu ul{
margin: 0;
padding: 0;
float: center;
font: bold 16px Arial;
width: 1230px;
height: 22px;
border: 0px solid #625e00;
background: black url(media/blockdefault.jpg) center center repeat-x;
}

.solidblockmenu p{
margin: 0px;
}


.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: center;
color: white;
padding: 18px 11px;
text-decoration: none;
border-right: 0px solid white;
}

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

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

.tabcontainer{
clear: center;
width:95%; /*width of 2nd level sub menus*/
height:2.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}


* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
width:100%;
display:none;
text-align:center;
}

.tabcontent li {
text-align:center;
}
