/*
 ------------------------------------------------------------
	MENU_STYLE.CSS	Foglio stile per menu IFA

	Data:  31-01-2006
 ------------------------------------------------------------
*/

.mi_out {
	font-family : "Arial, helvetica";
	text-decoration : underline;
	font-weight: bold;
	font-size: 9pt;

	text-decoration: none;

	color: #ffffff;
}
.mi_over {
	font-family : "Arial, helvetica";
	text-decoration : underline;
	font-weight: bold;
	font-size: 9pt;
	color: #fff;
}




.mo_out {
	/*text-decoration : none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px;*/
	
}

.mo_over {
	/*text-decoration : none;
	border-color: #ffffff;
	border-style: solid;
	border-width: 0px;*/
	

}

.m2i_out {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
	text-decoration: none;
	padding: 3px;		
	color: #fff;
}
.m2i_over {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    text-align: center;
	text-decoration: none;
	padding: 3px;		
	color: #fff;
}

.m2o_out {
	text-decoration : none;
	border-color: #7b7b3a;
	border-style: solid;
	border-width: 1px;
	background-color: #7b7b3a;
}

.m2o_over {
	text-decoration : none;
	border-color: #918f58;
	border-style: solid;
	border-width: 1px;
	background-color: #918f58;

}


.allinea {
	position: relative;
}


