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

/* level 0 inner */
.m0l0iout {
	font-family: Arial, Verdana, sans-serif, Tahoma, Geneva, Helvetica;
	font-size: 12px;
	text-decoration: none;
	padding: 0 2px 0 2px; /*4px 0 0 8px;*/
	color: #333333;
	border-bottom: 5px solid #EBEBEB; /*cinza claro*/
/*	background-image: url(imagens/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right;	*/
}
.m0l0iover {
	font-family: Arial, Verdana, sans-serif, Tahoma, Geneva, Helvetica;
	font-size: 12px;
	/*text-decoration: underline;*/
	padding: 0 2px 0 2px; /*5px 0 0 8px;*/
	color: #FF6600;
	border-bottom: 5px solid #EBEBEB;
/*	background-image:url(imagens/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right;*/
}

/* level 0 outer */
.m0l0oout {
	font-size: 12px;
	text-decoration : none;
	/*background-image: url(img/lev0_bg1.gif);*/
	/*border: 1px solid #336699;*/
	/*background-color: #2C5F93; 
	border-bottom: 5px solid #EBEBEB;*/
	border-left: 1px solid #999999; /*cinza medio*/
	border-top:0;
}
.m0l0oover {
	font-size: 12px;
	text-decoration : none;
	/*background-image: url(img/lev0_bg2.gif);
	background-color: #2C5F93;
	border: 1px solid #336699; 
	border-bottom: 5px solid #EBEBEB;*/
	border-left: 1px solid #999999;
	border-top:0;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Verdana, sans-serif, Tahoma, Geneva, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 4px; /*4px 0 0 17px*/
	color: #333333; /*cinza escuro*/
	/*background-image: url(imagens/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right;*/

}
.m0l1iover {
	font-family: Arial, Verdana, sans-serif, Tahoma, Geneva, Helvetica;
	font-size: 12px;
	margin: 4px 0 0 4px; /*4px 0 0 17px*/
	color: #FAFAFA;
	/*background-image: url(imagens/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right;*/
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #F3F3F3;
	border: 2px solid #FAFAFA;
	border-bottom: 5px solid #00B000; /*verde*/
	border-left: 0;
	border-right: 0;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #B8BEBC;
	/*background-image: url(img/lev1_arrow.gif);*/
	background-repeat: no-repeat;
	border: 2px solid #FAFAFA;
	border-bottom: 5px solid #00B000;
	border-left: 0;
	border-right: 0;	
	padding: 0;
}

.seta_baixo {
	font-size: 11px;
	color: #A0A0A0;
}
.seta_lateral {
	background-image: url(imagens/arrow-right.gif);
	padding-left: 86px;
}