.solidblockmenu ul{
color: #0066CC;
margin: 0;
padding: 0;
float: left;
font: 10px Arial;
width: 100%;
border-width: 0px 0;
background: url(../images/vista_menu2.jpg) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 5px;
text-decoration: none;
border-right: 1px solid white;
}

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

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	background: transparent url(../images/vista_menu.jpg) center center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	font-stretch: normal;
}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:2.1em; /*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.2 em;
}

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

.tabcontent{
display:none;
}

