/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

/*-- Categorias - menu 0 ----------*/

/* menu 0 level 0  - inner */
.m0l0iout {
	text-decoration: none;
}
.m0l0iover {
	text-decoration: underline;
}

/* menu 0 level 0  - outer */
.m0l0oout {
	text-decoration : none;
	background: #fbfbde;

}
.m0l0oover {
	text-decoration : none;
	background: #fbfbde;
}

/* menu 0 level 1  - inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #eeeeee;
}
.m0l1iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	color: #000000;
}

/* menu 0 level 1  - outer */
.m0l1oout {
	text-decoration : none;
	background:  #0a8221;
	filter: alpha(opacity=90);
	-moz-opacity: 85%;
}
.m0l1oover {
	text-decoration : none;
	background: #67f582;
}
