/* --- 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;

   background-image:url("./images/butHome.gif")
}


.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;
   white-space: nowrap;

   background-image:url("./images/butHome.gif")
}

/* 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;
   opacity: .50; filter: alpha(opacity=50);
   text-align: left;
   text-decoration: none;
}

.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: bold;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	background: #B7D8EB;
   opacity: .80; filter: alpha(opacity=80);
	border: 1px solid #ECEDEC;
	padding: 0;

}

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

}