/*
 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: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 2px;
	color: #F6EAEA;
	text-align: center
}
.m0l0iover {
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	text-decoration: bold;
	font-weight: bold;
	margin-top: 2px;
	color: #FFFFFF;
	text-align: center
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_b2.gif);
	border: 1px solid #F0E2E2;

}
.m0l0oover {
	text-decoration : bold;
	background-image: url(img/lev0_b1.gif);
	border: 1px solid #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;

}
.m0l1iover {
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 4px 0 0 17px;
	color: #FFFFFF;

}

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