/* @override http://192.168.1.100/~marcos/teledramas/css/menu.css */

/*
 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: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	text-decoration: none;
	margin-top: 23px;
	color: #00897e;
	text-align: center;
	font-weight: bold;
}
.m0l0iover {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1em;
	text-decoration: none;
	margin-top: 23px;
	color: #e5863c;
	font-weight: bold;
	text-align: center;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(../imagens/menu_off.jpg);


}
.m0l0oover {
	text-decoration : none;
	background-image: url(../imagens/menu_on.jpg);


}

/* level 1 inner */
.m0l1iout {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	margin-top: 5px;
	color: #00897e;
	text-align: center;
	font-weight: bold;
}
.m0l1iover {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.9em;
	color: #e5863c;
		margin-top: 5px;
	text-align: center;
	font-weight: bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #f9eab7;
	
	
}
.m0l1oover {
	text-decoration : none;
	background-color: #f9eab7;

}