/* --- static menu styles ---
note:
	1. not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
style naming convention:
	m<zero based menu number>l<zero based level number>i|o<for inner or outer tag>
*/
/* all states all levels */
/* THIS IS SIDE MENU MENU 2 OR */

.minner {
	font: 10px Tahoma, Verdana, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #000045;   /* WAS white NOW Dark blue (000045) */
}
/* all level, all states, outer */
.moout {
	border: 1px solid #b8c692;   /* border WAS 0  color 6699cc NOW merciRed     LAST c8a174 b8c692 */
	/* SIDE MENU */
	background: #debc8f;
	/* WAS 000069  (blue) NOW (F9E1A7 Yellow) (bg color Last Winter BG dbd7d6 */
}
.moover {
	border: 1px solid #b8c692;    /*  6699cc  (Pale-blue) */
	/* FIRST LEVEL DOWN LIST */
	background: #fbb58b;
   /* WAS green (669900) NOW side bar color F9E1A7 f3a46b f69112 Top banner color f39112 LAST OLD fbb58b  */
}
.modown {
	border: 1px solid #b8c692;
	/* I DONT KNOW YET */
	background: #fbb58b;
}