
#submenu li {
display: inline;
}

#submenu li a{
color:#335c8a;
display: inline;
float: left;
margin: 0;
padding: 0;
font: bold 11px Verdana;
padding: 6px 10px 6px 10px;
text-decoration: none;
background: url(/include/images/riga2.jpg) right top no-repeat;

}
#submenu li a:hover{

text-decoration: underline;
}
#sfondo{
height: 28px;
background: url(/include/images/top.jpg) repeat-x right -88px;

}
#ddtabs { z-index:10000;}
#ddtabs ul
{
height:30px;
margin: 0;
padding: 0;
font: bold 11px Verdana;
width: 760px;
background:  url(/include/images/sfondo_mainmenu.jpg) repeat-x center 2px;
}

#ddtabs li{
display: inline;float: left;
}

#ddtabs li a{ /* riga*/
float: left;
color: #f0f0f0;
padding: 8px 15px 7px 17px;
text-decoration: none;
background: url(/include/images/riga.jpg)  no-repeat left 2px;
}

#ddtabs li a:visited{
color: white;
}

#ddtabs li a:hover, #ddtabs li a.current{
color: #23466E; font:bolder 11px Verdana;
background: transparent url(/include/images/sfondo_mainmenu_over.jpg) left center repeat-x;
}

.tabcontainer{
font: 11px Verdana;
color:#335c8a;
clear: left;
width:760px; /*width of 2nd level sub menus*/
height:25px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: url(/include/images/sfondo_sottomenu.jpg) center center repeat-x;
margin-top: 0px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -5px;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1px
}

.tabcontent{
display:none;
}



