/* --- 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-family: Arial;
	font-size: 8pt;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.m0l0iover {
	font: 8pt Arial;
	text-decoration: underline;
	padding: 4px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #41699d;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6582bf;
}

/* level 1 inner */
.m0l1iout {
	font: 8pt Arial;
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
}
.m0l1iover {
	font: 8pt Arial;
	text-decoration : underline;
	padding: 4px;
	color: #FFFFFF;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #41699d;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #6582bf;
}

/* level 2 inner */
.m0l2iover {
	color: #FFFFFF;
	font: 8pt Arial;
	text-decoration : none;
	padding: 4px;
}

/* level 2 outer */
.m0l2oout {
	color: #FFFFFF;
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #41699d;
}
.m0l2oover {
	color: #FFFFFF;
	text-decoration : underline;
	border : 1px solid #FFFFFF;
	background: #6582bf;
}

@media print
{
	.m0l0iout, .m0l0iover, .m0l0oout, .m0l0oover, .m0l1iout, .m0l1iover, .m0l1oout, .m0l1oover, .m0l2iover, .m0l2oout, .m0l2oover	
	{
		display: none;
		visibility:  hidden;
		width: 0px;
		height: 0px;	
	}
}
