/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
	UPPER BAR 
*/
/* level 0 inner FIRST CARACTERS SEEN */
/* THIS IS THE ABOVE CENTER IMAGE MENU (HORIZONTAL) MENU 1 OR  */

.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
/* 	font-weight: none; */
	text-decoration: none;
	text-align: left;
	padding: 4px; 
	color: #000069;  /*   f39112(orange) FONT COLOR GREEN TOP MENU BEFORE MOUSEOVER WAS 04b208 2k7-09-30 */
}
.m0l0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	color: #000069;  /* FONT COLOR BLUE (000069) TOP MENU AFTER MOUSEOVER */
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #b8c692;
	background: #debc8f; /* BACKGROUND  YELLOW (f5f48d) TOP MENU before MOUSEOVER Changed winter dbd7d6  c6c5c3 */
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #b8c692;
	background: #fbb58b;  /*  last f39112  2009-03-08:  BACKGROUND COLOR WAS BLUE (5AA7E5) TOP MENU AFTER MOUSEOVER IS GREEN (669900) */
}

/* level 1 inner */
.m0l1iout {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
/*	font-weight: none; */
	text-align: left;
	text-decoration: none;
	padding: 4px;
	color: #000045;    /* FONT on first pull-down menu WAS green (669900) Now blue 000045  chd 2k7-10-01 */
}
.m0l1iover {
	font: bold 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : none;
	padding: 4px;
	color: #000045;
}

/* level 1 outer 1rst LEVEL DROP MENU */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #b8c692;
	background: #fbb58b;  /* WAS F9E1A7 2009-03-08 f39112 (orange)  */
/* filter: alpha(opacity=85); */
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #b8c692;
	background: #f4c17e;  /* f5f48d Last F9E1A7 New f6ab49 */  
}

/* level 2 inner */
.m0l2iover {
	font: 10px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;	
	text-decoration : none;
	padding: 4px;
	color: #f4c17e;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #b8c692;
	background: #f4c17e;    /* WAS f6ab49 2009-03-08 */
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #b8c692;
	background: #f4c17e;    /* WAS f6ab49 2009-03-08 */
}