/* --- 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: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 0px 2px 15px;
	color: #334d55;
	background: #CCCCCC;
	border-bottom : 1px solid #FFFFFF;
	
}
	
.m0l0iover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 0px 2px 15px;
	color: #334d55;
	background: #FFFFFF;
	border-bottom : 1px solid #FFFFFF;
	
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	font-weight: bold;
	border-left: 1px solid #3c64a6;
	border-right: 1px solid #3c64a6;
	background: #F0F0F0;
	border-bottom : 2px solid #3c64a6;
}
.m0l0oover {
	font-weight: bold;
	text-decoration : none;
	border-left: 1px solid #3c64a6;
	border-right: 1px solid #3c64a6;
	background: #F0F0F0;
	border-bottom : 2px solid #3c64a6;
}

/* level 1 inner */
.m0l1iout {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 0px 2px 15px;
	color: #334d55;
	
}
.m0l1iover {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	padding: 2px 0px 2px 15px;
	color: #334d55;
	
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #46B446;
	filter: alpha(opacity=90);
	-moz-opacity: 85%;
	
}
.m0l1oover {
	color: #000000;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #38a04d;
	
}

/* level 2 inner */
.m0l2iover {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #000000;
	
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
	
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
	
}