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

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	/*background: #AAAAAA;*/
}
.m0l0oover {
	text-decoration : none;
	border : 0px solid #FFFFFF;
	/*background: #AAAAAA;*/
}

/* level 1 inner */
.m0l1iout {
	font-family:Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	padding: 0px;
	color: #223761;
}
.m0l1iover {
	font-family:Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 15px;
	font-weight:bold;
	text-decoration: none;
	padding: 0px;
	color: #223761;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	/*background: #E5E5E5;*/
	/*filter: alpha(opacity=95); */
}
.m0l1oover {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	/*background: #E5E5E5;*/
}

/* level 2 inner */
.m0l2iout {
	font-family:Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	padding: 0px;
	color: #223761;
}

.m0l2iover {
	font-family:Arial, Helvetica, Tahoma, Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-decoration: none;
	padding: 0px;
	color: #223761;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	background: #E5E5E5;
	/*filter: alpha(opacity=95); */
}
.m0l2oover {
	text-decoration : none;
	background: #E5E5E5;
}
