.menuSub_titolo{
	color: White;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
}
.subItem{
	
	/*border: 1px solid White;
	height: 20px;*/
}
.mlink1{
	font-weight: bold;
	color: White;
	text-decoration: none;
	font-size: 12px;
}
.mlink1:hover{
	font-weight: bold;
	color: #F2EA03;
	text-decoration: none;
}
.mlink1_current{
	font-weight: bold;
	color: #ecde00;
	text-decoration: none;
	font-size: 12px;
}
.mlink1_current:hover{
	font-weight: bold;
	color: #ecde00;
	text-decoration: none;
}


/*.mlink2{
	color: White;
	text-decoration: none;
	font-size: 11px;
	padding-left: 3px;
}*/

.mlink2 {
	color: White;
	font-size: 11px;
	padding-left: 3px;
	text-decoration: none;
	display: block;
}

.mlink2:hover{
	color: #F2EA03;
	text-decoration: none;
	display: block;
}
.mlink2_current{
	color: #ecde00;
	text-decoration: none;
	font-size: 11px;
	padding-left: 3px;
	display: block;
}
.mlink2_current:hover{
	color: #ecde00;
	text-decoration: none;
	display: block;
}

.mtext1 {
	font-weight: bold;
	font-size: 12px;
	color: White;
}
.mtext2 {
	font-size: 11px;
	color: White;
}


/* correzione link su due righe */

.bg-riga-link {
	background-image: url(../immagini/menuSx/bg-riga-menu.gif);
	background-repeat: repeat-y;	
}
	
