.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 14px Arial;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
background: black url(images/servizio/tab-default1.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
width: 104px !important; /* !important non č letto da IE, che quindi usa l'ultima info che trova, cioč la successiva ;) */
width: 120px;
float: left;
color: #FFFFFF; /*#463C28 arancione linea #B56707*/
padding-top: 8px; padding-left: 5px; padding-right: 5px; padding-bottom: 8px;
text-decoration: none;
border-right: 3px solid #5271A0; /*#B56707*/
border-left: 1px solid #CCCCCC;
}
/*
.solidblockmenu li a:visited{
color: #ffffff;
}
*/
.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #FFFFFF; /* #2C3D4E; blu linea: #5D80A2 */
border-right: 3px solid #013074;
border-left: 1px solid #CCCCCC;
background: transparent url(images/servizio/tab-active1.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;
padding-left: 3px;
padding-right: 3px;
padding-top: 10px;
width: 468px; /* width:481px; cambiata in seguito all'adozione di jquery per la popup di presentazione partita ; con !important andava bene per firefox */
border: 1px solid #CCCCCC;
margin-top: 15px;
margin-bottom: 10px;
/* background-color: #A5C5E5;  arancione: FF9A35 */
background:url(/script/images/servizio/sfondo_art-240.jpg) repeat-x bottom;
}
