/*
 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, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 0;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	margin: 5px 0 0 0;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
}
.m0l0oover {
	text-decoration : none;
}

/* level 0 base */
.m0l0bout {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 4px 0 0 0;
	color: #FFFFFF;
}
.m0l0bover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	margin: 5px 0 0 0;
	color: #FFFFFF;
}

/* level 1 inner */
.m0l1iout {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 4px 0 0 0;
	color: #fff;
	text-align: center;
}
.m0l1iover {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	margin: 4px 0 0 0;
	color: #fff;
	text-align: center;
	opacity: 0.5;
	filter: alpha(opacity=80);
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background-color: #5286BB;
	border: 1px solid #336699;
	padding: 0;
	text-align: left;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.m0l1oover {
	text-decoration : none;
	background-color: #1A4D81;
#	background-image: url(../../img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #336699;
	padding: 0;
	text-align: left;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* level 1 base */
.m0l1bout {
	text-decoration : none;
}
.m0l1bover {
	text-decoration : none;
}
