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

/* level 0 inner */
.m0l0iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
        font-weight: bold;
        text-align:center;
        vertical-align:middle;
	text-decoration: none;
	color: #800000;
        margin: 4px 0px 2px 2px;
        border-left:1px solid #800000;
}
.m0l0iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
        font-weight: bold;
        text-align:center;
        vertical-align:middle;
	text-decoration: none;
	color:  #800000;
        margin: 4px 0px 2px 2px;
        border-left:1px solid #800000;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
        text-align:center;
        margin: 0px;
	border: none;
}
.m0l0oover {
	text-decoration : none;
	border: none;
}

/* level 1 inner */
.m0l1iout {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
        text-align:left; 
        text-indent:17px;
	margin:0px;
	color: #800000;
}
.m0l1iover {
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 12px;
        text-align:left;
        text-indent:17px;
	margin: 0px;
	color: #800000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
        color: #800000;
	background-color: #F5E9B2;
	border: 1px solid #800000;
	padding: 0;
}
.m0l1oover {
	text-decoration : none;
        color: #800000;
	background-color: #F5E9B2;
	background-image: url(menuPrincipal/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #800000;
	padding: 0;
}
