.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 10px;
width: 100%;
border: 0px solid #625e00;
border-width: 0px 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #fff !important;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}



.tabcontent {/* transparent url(media/blockactive.gif) center center repeat-x*/
padding:5px 0 10px 10px; color:#666;  }
.tabcontent a {color:#666 !Important; font-style:normal}

.tabcontent li{display: inline; margin-right:10px; 
font-size:16px; background:url(../img/separa.png) no-repeat;
height:24px; padding-left:15px; padding-bottom:12px}

.tabcontent li a {font-weight:bold; text-decoration:none}

.tabcontent ul{
margin: 0;
padding: 0;
float: left;
font: bold 10px;}

.tabcontent a:hover, .tabcontent a.current{
color:#fff !important;  }

.solidblockmenu li a:visited{
color: #666;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color:#000;
background:#C7C7C7/* transparent url(media/blockactive.gif) center center repeat-x*/;
}

.tabcontainer{
clear: both;
width:100%; /*width of 2nd level sub menus*/
height:2em; /*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;
}