/* --- 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, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: #003a6b;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 7px;
}
.m0l0iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: #003a6b;
	text-decoration:underline;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 7px;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	background-color: #9fD867;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #78bf31;
	border-right-color: #78bf31;
	border-bottom-color: #78bf31;
	border-left-color: #78bf31;
}
.m0l0oover {
	text-decoration : none;
	background-color: #9fD867;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #78bf31;
	border-right-color: #78bf31;
	border-bottom-color: #78bf31;
	border-left-color: #78bf31;

}

/* level 1 inner */
.m0l1iout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: #003a6b;
	margin: 4px 0 0 14px;
}
.m0l1iover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
	color: #003a6b;
	margin: 4px 0 0 14px;
	text-decoration:underline;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	padding: 0;
	background-color: #9fD867;
	border: 1px solid #78bf31;
}
.m0l1oover { 
	text-decoration : none;
	padding: 0;
	background-color: #9fD867;
	border: 1px solid #78bf31;
}