.solidblockmenu ul{
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
padding: 0;
float: left;
font:  94% Arial;
width: 985px;
border-top: 1px #523304 solid;
background: url(../imgs-ctm/fondo-nav.gif) center center repeat-x;
}

.solidblockmenu2 ul{
margin: 0px;
margin: 0px;
padding: 0;
float: right;
font: bold 11px Arial;
width: 280px;
border: 1px solid #dde3e3;
border-width: 0px 0;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 6px 20px;
text-decoration: none;
}

.solidblockmenu2 li{
display: inline;
}

.solidblockmenu2 li a{
float: right;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu2 li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background-color: #734806	;
border-bottom: 4px #523304 solid;
height: 10px
}

.solidblockmenu2 li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../media/blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
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;
}