/* --- 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: Helvetica, sans-serif;
	font-size: 10pt;
   font-weight: normal;
	text-decoration: none;
	padding: 3px;
	color: #FFFFFF;
}
.m0l0iover {
	font-family: Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
	text-decoration: underline;
	padding: 3px;
	color: #FFFFFF;
}

/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682B4;
}
.m0l0oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
}

/* level 1 inner */
.m0l1iout {
	font-family: Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
	text-decoration: none;
	padding: 2px;
	color: #ffffff;
}
.m0l1iover {
	font-family: Helvetica, sans-serif;
   font-size: 10pt;
   font-weight: normal;
	text-decoration : underline;
	padding: 2px;
	color: #ffffff;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #4682b4;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5Aa7e5;
}
