/* --- 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-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #003E5E;
}
.m0l0iover {
    font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #DC0000;
	cursor: pointer;
}
/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	color: #FFFFFF;
	background: white;
}
.m0l0oover {
	text-decoration : none;
	background: white;
	cursor: pointer;
}

/* level 1 inner */
.m0l1iout {
    font-size: smaller;
    font-weight: bold;
	text-decoration: none;
	padding: 4px;
	color: #829DA6;
}
.m0l1iover {
    font-size: smaller;
    font-weight: bold;
  	text-decoration : none;
	padding: 4px;
	color: #DC0000;
	cursor: pointer;
}

/* level 1 outer */
.m0l1oout {
    font-weight: bold;
  	text-decoration : none;
	background: white;
	color : #829DA6;
}
.m0l1oover {
	text-decoration : none;
	background: white;
	color: #DC0000
	cursor: pointer;
}