/*
 ------------------------------------------------------------
	MENU_STYLE.CSS	Foglio stile per menu IFA

	Data:  31-01-2006
 ------------------------------------------------------------
*/

.mi_out {
	font:12px  Arial,  sans-serif;
	text-decoration: none;
	text-align:center;
	color: #fff;
}
.mi_over {
	font:12px  Arial,  sans-serif;
	text-decoration: none;
	text-align:center;
	color: #000;
}

.mo_out {
	text-decoration : none;
	
}

.mo_over {
	text-decoration : none;
}

.m2i_out {
	background:#323536;
	padding: 5px;
	color: #fff;
	height:16px;
	font:12px  Arial,  sans-serif;
}
.m2i_over {
	background:#323536;
	font:12px  Arial,  sans-serif;
	padding: 5px;
		height:16px;
	color: #c8082d;
}

.m2o_out {
	text-decoration : none;

}

.m2o_over {
	text-decoration : none;
}

.allinea {
	position: relative;
	top: 8px;
}

