#menubar{width:100%;}
#topmenu{
	width:100%;
	background: transparent url(../img/menu_tab_bg.gif) repeat-x top right;
}
ul.tabs {
	list-style-type: none; 
	font: bold 13px Arial;
	/* background: #000000 url(../img/bg_menu_active.png) repeat-x center center; */
	height: 30px;
	padding: 0;
	margin: 0 auto;
	width:900px;
}

ul.tabs li {
	display: block;
	height:100%;
	float: left;
	display: inline;
	min-width: 130px;
	background: transparent url(../img/menu_tab_bg.gif) repeat-x top right;
}

ul.tabs li a{
	width: 100%;
	height: 100%;
	display: block;
	color: #000;
	text-decoration: none;
	padding-top:7px;
}
ul.tabs li.current {
	cursor: default;
	background: transparent url(../img/menu_tab_hover_right.gif) repeat-x top right;
}
ul.tabs li.current a{
	color:#FFF;
	background: transparent url(../img/menu_tab_hover_left.gif) no-repeat top left;
}

#main_formazione{ width:180px; }
#main_formazione a{color: #FF0000;}
#main_formazione.current a{color: #FFF;}

#secondmenu{
	width: 100%;
	background: #D4340C;
	border-top:1px solid black;
}

.submenu {
	font: bold 13px Arial;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	width:900px;
}
.submenu li {
	display: block;
	height:100%;
	float: left;
	display: inline;
	width: 120px;
}

.submenu li a{
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top:2px;
}
.submenu li a:hover{ text-decoration : underline;}
.submenu li.current {
	cursor: default;
	background-color:#FFF;
}
.submenu li.current a{
	color:#000;
	text-decoration:underline;
}

#menu_formazione{
	width:1024px;
}

