/*
 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: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 4px 0 0 8px;
	color: #663300;
}
.m0l0iover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	margin: 5px 0 0 8px;
	color: #000066;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/fondo5.jpg);
	background-color: #996600;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(img/bg2.gif);
	background-color: #996600;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;
}
.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 4px 0 0 17px;
	color: #000066;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #996633;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
	background-color: #999933;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	padding: 0;
}
