/* --- 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 8px;
	color: #000000;
   text-transform: uppercase;
   text-decoration: none;
   white-space: nowrap;
}


.m0l0iover {
	text-decoration: none;
	font-family: Tahoma, sans-serif, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 5px 0px 0px 8px;
	color: #414D1B;
   text-transform: uppercase;
   text-decoration: none;
   font-weight: bold;
   white-space: nowrap;
}

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

.m0l0oover {
   text-align: left;
   text-decoration: none;
}

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

.m0l1iover {
	text-decoration: none;
	font-family: sans-serif, Tahoma, Verdana, Geneva, Arial, Helvetica;
	font-size: 11px;
	margin: 7px 0px 0px 5px;
	color: #000000;
   text-align: left;
   text-decoration: none;
   font-weight: bolder;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #FFFFFF;
	border: 1px solid #ECEDEC;
	padding: 0;

}

.m0l1oover {
	text-decoration : none;
	background: #DFE2E0;
	border: 1px solid #ECEDEC;
	padding: 0;

}
