/* --- 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: Tahoma; 
	font-weight:  bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
	color: #FFFFFF;
	text-align:right;
	vertical-align:middle;
}
.m0l0iover {
	font-family:Tahoma;
	font-weight:  bold;
	font-size: 11px;
	text-decoration: none;
	padding: 0px;
	color: #EE8C14;
	text-align:right;
	vertical-align:middle;
	
}
/* level 0 outer */
.m0l0oout {
	background-image:  url("images/menu_out.jpg");
	background-repeat:no-repeat;
	background-position:right;
	text-decoration : none;
	filter: alpha(opacity=95);
	/*background-color:#31568D;*/
	
		
}
.m0l0oover {
	background-image:url("images/menu_over.jpg");
	background-repeat:no-repeat;
	background-position:right;
	text-decoration : none;
	filter: alpha(opacity=95);
	
}
/* level 1 inner */
.m0l1iout {
/*	font: 11px Tahoma;*/
	text-decoration: none;
	color: #FFFFFF;
	text-align:right;
	font-family:Tahoma;
	font-weight:  bold;
	font-size:9px;
	vertical-align:top;
	/*padding-top: "-20px";
	padding-bottom:10px;*/

	 
}
.m0l1iover {
	text-decoration : none;
	color: #EE8C14;
	text-align:right;
	font-family:Tahoma;
	font-weight:  bold;
	font-size:9px;
	vertical-align:top;
	/*padding-top: "-20px";
	padding-bottom:10px;*/


	
}
/* level 1 outer */
.m0l1oout {
	 background: #FEFFEB; 
	/*background-image:  url("images/menu_out2.jpg");
	background-repeat:no-repeat;*/
	text-decoration : none;
	filter: alpha(opacity=100);
	background-position:right;
	background-color:#31568D;
	border : 1px solid #ACD0F0;
	text-indent:25;

}
.m0l1oover { 
	 background: #FEFFEB; 
	/*background-image:url("images/menu_over2.jpg");
	background-repeat:no-repeat;*/
	text-decoration : none;
	filter: alpha(opacity=100);
	background-position:right;
	background-color:#31568D;
	border : 1px solid #ACD0F0;
	text-indent:25;
	
}

/* level 2 inner */
.m0l2iover {
	font-family:Tahoma;
	font-weight:  bold;
	font-size:9px;
	/*padding: 4px;*/
	color: #EE8C14;
	text-align:right;
	vertical-align:middle;
	/*padding-bottom:10px;
	padding-top: "-20px";*/



}

/* level 2 outer */
.m0l2oout { 	
	/*background-image:  url("images/menu_out2.jpg");
	background-repeat:no-repeat;*/
	text-decoration : none;
	filter: alpha(opacity=100);
	background-color:#31568D;
	background-position:right;
	border : 1px solid #ACD0F0;
	background-color:#31568D;
	text-indent:25;


}
.m0l2oover {
	/*background-image:url("images/menu_over2.jpg");
	background-repeat:no-repeat;*/
	text-decoration : none;
	filter: alpha(opacity=100);
	background-color:#31568D;
	background-position:right;
	border : 1px solid #ACD0F0;
	background-color:#31568D;
	text-indent:25;
	

}