
*:first-child + html .ieclass { /*IE7 hack to remove gap between menu and sub contents*/
    margin-top: -1px;
}

* html .ieclass { /*IE6 and below hack to remove gap between menu and sub contents*/
    margin-top: -1px
}

/* primo livello di tab */
div#topmenu div#ddtabs {
	height: 18px;
	margin: -1px 0 0 0;
}

div#topmenu div#ddtabs ul {
	margin:0px;
	padding:0px;
	float: left;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 100%;
	background: url(../../img/css/ag/toptab.png) repeat-x center ;
	height: 18px;
}

div#topmenu div#ddtabs li {
    display: inline;
	height: 18px;
}

div#topmenu div#ddtabs li a {
    float: left;
    color: #ffffff !important;
    padding: 2px 5px 3px 5px;
    text-decoration: none;
    background: url(../../img/css/ag/riga.gif) no-repeat top right ;
}

div#topmenu div#ddtabs li a:hover,
div#topmenu div#ddtabs li a.current {
    color: #00336f !important;
    background: url(../../img/css/ag/sfondomenuover.jpg) top repeat-x ;
}

/* secondo livello di tab (nascoste di default) */
div.tabcontainer {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #00336f;
	clear: both;
	width: 980px; /*width of 2nd level sub menus*/
	height: 20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	background: url(../../img/css/ag/sfondosottomenu.jpg)  center repeat-x;
	margin: 0;
	padding: 0;
}

div.tabcontainer div.tabcontent {
	position: absolute;
	left: 0;
	z-index: 10000;
	display: none;
	height: 20px;
	margin-top: 3px;
}

div.tabcontainer div.tabcontent ul.submenu {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

div.tabcontainer div.tabcontent ul.submenu li {
    display: inline;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

div.tabcontainer div.tabcontent ul.submenu li a {
    color: #00336f;
    margin: 0;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding: 4px 10px 0px 10px;
    text-decoration: none;
    background: url(../../img/css/ag/riga2.gif) no-repeat top right;
	display: inline;
	white-space: nowrap;
}

div.tabcontainer div.tabcontent ul.submenu li a:hover {
    text-decoration: underline;
}
