/*
 ------------------------------------------------------------
	MENU_STYLE.CSS	Foglio stile per menu IFA

	Data:  31-01-2006
 ------------------------------------------------------------
*/

.mi_out {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
        text-align: center;
	text-decoration: none;
	padding: 3px;
	color: #000000;
}
.mi_over {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
        text-align: center;
	text-decoration: none;
	padding: 3px;		
	color: #000000;
}

.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: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
        text-align: center;
	text-decoration: none;
	padding: 3px;
	color: #000000;
}
.m2i_over {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
        text-align: center;
	text-decoration: none;
	padding: 3px;		
	color: #ffffff;
}

.m2o_out {
	text-decoration : none;
	border: 1px solid black;
	background-color: #ffffff;
}

.m2o_over {
	text-decoration : none;
	border: 1px solid white;
	background-color: #000000;
 
}

.allinea {
	position: relative;
	margin-top: -10px;
	top: 4px;
	width: 17px;
	height: 17px;



}

