/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/

	/* dark color - 181494 */
	/* mid color - 29519C */
	/* light color - DEDBDE */

/* level 0 inner */
.m0l0iout {
	text-decoration: none;
  text-align:center;
	font-size: 13px;
	font-family: Arial;
	color: #FFFFFF;
}
.m0l0iover {
	text-decoration: underline;
	font-size: 13px;
  text-align:center;
	font-family: Arial;
	color: #FFFFFF;
}

/* level 0 outer - this is the main button */
/* when mouse is not on it */
.m0l0oout {
	font-size: 13px;
  text-align:center;
	font-family: Arial;
	background-color: #006F70;
}
/* when mouse is over button */
.m0l0oover {
	font-size: 13px;
  text-align:center;
	font-family: Arial;
	background-color: #5E9599;
	border: 1px solid #FFFFFF;
}

/* level 1 inner - this is the primary subpages */
/* when mouse is not on it */
.m0l1iout {
	color: #FFFFFF;
	text-align:center;
	padding-left: 5px;
	font-size: 13px;
	font-family: Arial;
}
/* when mouse is over button */
.m0l1iover {
	color: #FFFFFF;
	font-size: 13px;
	padding-left: 5px;
	font-family: Arial;
	text-align:center;
	background-color: #5E9599;
	text-decoration: underline;
}

/* level 1 outer - any secondary subpages */
/*  */
.m0l1oout {
	background-color: #006F70;
  text-align:center;
	font-size: 13px;
        font-family: Arial;
}
/*  */
.m0l1oover {
        font-size: 13px;
        text-align:center;
        font-family: Arial;
        background-color: #5E9599;
	background-repeat: no-repeat;

}