/* CSS Document */
	.level1{
		/*background-image:url(../img/button_1.gif);
		background-repeat:no-repeat;*/
		background-image:url(../img/button_1bis.gif);
		background-repeat: repeat-x;
		background-color:#EDA8A8;	
		
		margin-bottom:4px;
		/*border:1px solid #000099;*/
		
		/*padding-top:2px;
		padding-bottom:2px;*/
	}
	.level2{
		background-image:url(../img/button_2.gif);
		background-repeat:no-repeat;
		margin-top:2px;
		margin-bottom:2px;
		
		padding-top:3px;
		padding-bottom:3px;
		
		/*height:20px;
		border:1px solid #FF0000;*/
	}
	.level3{
		margin-left:10%;
		/*background-image:url(../img/button_3.gif);
		background-repeat:no-repeat;*/
		background-image:url(../img/button_3bis.gif);
		background-repeat: repeat-x;
		background-color:#EBEEF1;
		
		margin-top:2px;
		margin-bottom:2px;
	
		padding-top:3px;
		padding-bottom:3px;
		
		/*height:20px;*/
		border:1px solid #999999;
	}
	.level4{
		margin-left:10%;	
	
		/*background-image:url(../img/button_4.gif);
		background-repeat:no-repeat;
		background-image:url(../img/button_4bis.gif);
		background-repeat: repeat-x;
		background-color:#FDFDFD;
		*/
		margin-top:2px;
		margin-bottom:2px;
		
		padding-top:3px;
		padding-bottom:3px;
		
		/*height:20px;
		border:1px solid #999999;*/
	}
	
	.level4 a:link{font-weight: normal;
	color: #666666;
	text-decoration:none;}
	.level4 a:hover{color:#FF0000; font-weight:bold;}
	
	
	.submenu{display:none;}
	
/*Menù di navigazione FCM*/	
ul#tab{ background-color:transparent;
	list-style: none;
	margin: 0px; padding: 0px;
	font-family:"MS Sans Serif",Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;  
	font-weight: bold;
    border-bottom: 1px solid #E0E0E0;  
	}

ul#tab li{float: left; margin: 0 0 0; padding: 0 0 0 8px;
     background: url(../../img/tab.png) no-repeat top left;}

ul#tab a{float: left; padding: 0.6em 8px 0.6em 0;
        background: url(../../img/tab.png) no-repeat top right;
        text-decoration: none;color: #222;}

ul#tab a:hover{color: #184D8A;}

ul#tab li#active{background: url(../../img/tab2.png) no-repeat top left;}

ul#tab li#active a{background: url(../../img/tab2.png) no-repeat top right; color: #184D8A;}