/* --- 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight:bold;
	/*padding: 1px;*/
	color: #ffffff;
	
}
.m0l0iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	font-weight:bold;
	/*padding: 1px;*/
	color: #ffffff;
	/*filter: alpha(opacity=10);*/
	
}
/* level 0 outer */
.m0l0oout {
background-image: url(../images/hori_menu.jpg);
background-repeat:no-repeat;
	text-decoration : none;
		
}
.m0l0oover {
background-image: url(../images/hori_menu.jpg);
	background-repeat:no-repeat;
	text-decoration : none;
	
}
/* level 1 inner */
.m0l1iout {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*padding: 4px;*/
	color: #ffffff;
	/*background: #FEFFEB;*/
	/*z-index:10000000;*/
	text-align:left;
	font-weight:bold;
	
}
.m0l1iover {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	/*padding: 4px;*/
	color: #113395;
	/*z-index:10000000;*/
	text-align:left;
	font-weight:bold;
}
/* level 1 outer */
.m0l1oout {
	background: #6B86BD;
	text-decoration : none;

}
.m0l1oover { 
	background: #6B86BD;
		text-decoration : none;
	
}

/* level 2 inner */
.m0l2iover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/*padding: 4px;*/
	color: #113395;
	text-align:left;
	

}

/* level 2 outer */
.m0l2oout { 	
	background: #FEFFEB;
	background-image: url(images/sub_menu_out.jpg);
	background-repeat:no-repeat;
	text-decoration : none;
	

}
.m0l2oover {
	background: #FEFFEB;
	background-image: url(images/sub_menu_over.jpg);
	background-repeat:no-repeat;
	text-decoration : none;
	
}