/* --- menu styles ---
note:
	not all browsers render styles the same way so try out your style sheet
	on different browsers before publishing;
*/
/* level 0 */
.m0l0iout {
	font-size: 9pt;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif
	font-weight: bold;
	text-decoration: none;
      text-align: center;
	padding: 2px;
	color: #ffffff; 
}
.m0l0oout {
	text-decoration: none;
	border : 1px solid #FFFFFF;
   background:#999999;  /* background text, no mouse over */
}
.m0l0iover {
	font-size: 9pt;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif
	font-weight: bold;
	text-decoration: none;
   text-align: center;
	padding: 2px; 
	color: #ffffff;  /* foreground text, mouse over*/
   background:#777777;
}
.m0l0oover {
	text-decoration : none; height:18;
	border : 1px solid #ffffff;
	background: #777777;
}

/* level 1 inner */
.m0l1iout {
	font: 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.m0l1oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #000099;
}
.m0l1iover {
	font: bold 12px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #ffffff;
}
.m0l1oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #0000ff;
}