/* --- 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 {
	text-decoration: none;
	font-size: 13px;
  text-align: center;
	font-family: Arial;
	color: #006600;
}
.m0l0iover {
	text-decoration: underline;
	font-size: 13px;
  text-align: center;
	font-family: Arial;
	color: #006600;
}

/* level 0 outer */
.m0l0oout {
	background-image: url(images/lev0_bg1.gif);
	font-size: 13px;
  text-align: center;
	font-family: Arial;
	background-color: #006600;
}
.m0l0oover {
	background-image: url(images/lev0_bg2.gif);
	font-size: 13px;
  text-align: center;
	font-family: Arial;
	background-color: #006600;
	border: 1px solid #006600;
}

/* level 1 inner */
.m0l1iout {
	color: #FFFFFF;
	text-align: center;
	font-size: 13px;
	font-family: Arial;
}
.m0l1iover {
	color: #FFFFFF;
	font-size: 13px;
	font-family: Arial;
	text-align: center;
	background-color: #006600;
	text-decoration: underline;
}

/* level 1 outer */
.m0l1oout {
	background-color: #006600;
	border: 1px solid #315235;
	font-size: 13px;
        font-family: Arial;
}
.m0l1oover {
        border: 1px solid #006600;
        font-size: 13px;
        font-family: Arial;
        background-color: #006600;
	background-repeat: no-repeat;

}