.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font:  10px  "Arial", Verdana, Tahoma;
width: 290px;

font-weight: bold;

}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding-top: 5px;
padding-bottom: 2px;
padding-righ: 31px;
text-align: center;
text-decoration: none;
font-weight: bold;
background: #ccc;
font-size: 12px;
width:145px;
}


  
.head_titulo_flat {
	
	color: white !important;
	padding-top: 6px !important;
		padding-bottom: 4px !important;
}


.solidblockmenu li a:visited{
color: white;

}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: #2D3944;
text-decoration: none;
font-weight: bold;
width:145px;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: 2em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/

}

.tabcontent{
display:none;
}
