/* --- 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 */

/* font color */

.m0l0iout {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align:center;
	padding:  4px;
	color: #000000;
}
.m0l0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:center;
	font-weight: none;	
	padding: 4px;

	color: #ffffff;	
}

/* level 0 outer */
.m0l0oout { /* Top Menu  backgorund color  */
	text-decoration : none;
	border : 1px  solid #0099FF; 
	background: #0099FF;


}
.m0l0oover {/* Top Menu  backgorund color in mouse over */
	 text-align:center;
	text-decoration : none;
	border : 1px solid #0099FF;
	background:#0099FF; 

	 
	/* old #4682B4; */

}

/* level 1 inner */
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align:left;
	padding: 4px;
	color:#ffffff;
}
.m0l1iover {
	font:  11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color:#000000;
}

/* level 1 outer */
.m0l1oout {
	text-decoration : none;
	border : 1px solid #000000;	
	background:#0099FF;
	/*filter: alpha(opacity=100);  */
	text-align:left;
	/*background: #4682B4;*/
	/*filter: alpha(opacity=85); */
}

/*  below mouse over color */
.m0l1oover {
	text-decoration : none;
	border : 1px solid #000000;
	background: #0099FF;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding: 4px;
	color: #ffffff;font-weight:none;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background:  #e47d5e;
	filter: alpha(opacity=85);
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #5AA7E5;
	
}