/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 letra */
.m0l0iout {
	font: 12px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 1px 5px 2px;
	color: #000000;
	text-align: center;
}
.m0l0iover {
	font: bold 12px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration: none;
	padding: 5px 1px 5px 2px;
	color: #FFFFFF;
	text-align: center;	
}

/* level 0 fondo */
.m0l0oout {
	text-decoration : none;
	background-image: url("images/menu_but.gif");
}
.m0l0oover {
	text-decoration : none;
	background-image: url("images/menu_but_h.gif");
}

/* level 1 letra */
.m0l1iout {
	font: 11px Arial, Tahoma, Verdana, Geneva,  Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px 1px 4px 2px;
	color: #000000;
	text-align: center;	
}
.m0l1iover {
	font: 11px Arial, Tahoma, Verdana, Geneva, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px 1px 4px 2px;
	color: #000000;
	text-align: center;
}

/* level 1 fondo */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;
	background: #BBBBBB; 
	filter: alpha(opacity=85);
	-moz-opacity: 85%;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #DDDDDD;
}
