/* --- 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: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 5px;
	color: #FFFFFF;
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
   text-align: left;
   cursor: default;
   font-weight: bold;
}
.m0l0iover {
	text-decoration: none;
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 5px;
	color: #FFFFFF;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
   text-align: left;
   cursor: default;
}
/* level 0 outer */
.m0l0oout {
   text-align: left;
   text-decoration: none;
	cursor: default;
}

.m0l0oover {
   text-align: left;
   text-decoration: none;
	cursor: default;
	background: #006718;
	color: #FFFF00;
}

/* level 1 inner */
.m0l1iout {
	text-decoration: none;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 5px;
	color: #FFFFFF;
   text-align: left;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
}

.m0l1iover {
	text-decoration: none;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 5px;
	background: #1F923A;
	color: #FFFF00;
   text-align: left;
   text-decoration: none;
   font-weight: bold;
   text-transform: uppercase;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #006718;
	border-top: 1px solid #006718;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0;
   font-weight: bold;
}
.m0l1oover {
	text-decoration : none;
	background: #1F923A;
	color: #FFFF00;
	border-top: 1px solid #006718;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 0;
   font-weight: bold;
}