/* --- 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, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	padding: 0px;
	font-weight:bold;
	color: #FFFFFF;
}
.m0l0iover {
	text-decoration: none;
	font: 8pt Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #000;
}


/* level 0 outer */
.m0l0oout {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	/*background: #4682B4;*/
  padding:3 10 3 10;
  width:74px;
  margin-top:-3;
  margin-left:-12;

}
.m0l0oover {

	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #FFF;
	height:30px;
  padding:3 10 3 10;
  margin-top:-3;
  margin-left:-12;
  width:74px;  
  
}

/* level 1 inner */
.m0l1iout {
	font: 8pt Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-top:4px; padding-bottom:4px;
  color: #333333;
}
.m0l1iover {
	font: 8pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding-left: 10px;
	padding-top:4px; padding-bottom:4px;
	color: #0055DD;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #FFFFFF;
	color: #0055DD;
	/*filter: alpha(opacity=50);*/
}
.m0l1oover {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #EEEEEE;
}

/* level 2 inner */
.m0l2iover {
	font: 8pt Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding-left: 10px;
	padding-top:4px; padding-bottom:4px;
	color: #0055DD;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #FFFFFF;
	color: #0055DD;
	/*filter: alpha(opacity=50);*/
}
.m0l2oover {
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	background: #EEEEEE;
}