/* --- 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: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 6px 0 0 0px;
	font-weight: bolder;
	color: #000000;
}
.m0l0iover {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	text-decoration: none;
	margin: 6px 0 0 0px;
	font-weight: bolder;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-image: url(images/But_Off.gif);
	background-color: #ffffff;
	text-align : center;
}
.m0l0oover {
	text-decoration : none;
	background-image: url(images/But_On.gif);
	background-color: #ffffff;
	text-align : center;
}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 17px;
	color: #FFFFFF;
	font-weight: bold;
}
.m0l1iover {
	font-family: Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 11px;
	margin: 2px 0 0 17px;
	color: #FFFFFF;
	font-weight: bold;
}

/* level 1 outer */
.m0l1oout {
	filter:alpha(opacity=100);
	text-decoration : none;
	background-color: #003466;
	border: 1px solid  #404040;
	padding: 0;
}
.m0l1oover {
	filter:alpha(opacity=100);
	text-decoration : none;
	background-color:  #4186C7;
	background-image: url(images/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid  #404040;
	padding: 0;
}
