/*
 menu styles
 note: not all browsers render styles the same way so try out your style sheet
 in different browsers before publishing
*/

/* level 0 inner */
/*Font style menu on load*/
.m0l0iout {
	font-family:Arial,sans-serif, Tahoma, Verdana, Geneva, Helvetica;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	margin: 2px 0 0 8px;
	color: #FFFFFF;
}
/*Font style when mouse on menu*/
.m0l0iover {
	font-family: Arial,sans-serif, Tahoma, Verdana, Geneva,  Helvetica;
	font-size: 12px;
	font-weight:normal;
	text-decoration: none;
	margin: 2px 0 0 8px;
	color: #0B6D1F;
}

/* level 0 outer */
/*Menu style when menu on load*/
.m0l0oout {
	text-decoration : none;
	background-image: url(img/lev0_bg1.gif);
	border: 0px solid #336699;
	background-color: #BE120A;
	background:url(../AppData/images/theme/menuBack.gif) center center repeat-x;
	border-left:0px solid #FFAA77;
	border-right:0px solid #185922;
      padding: 0px 0px 0px 0px;
	  text-align:left;
	  
}
/*Menu style when when mouse on menu*/
.m0l0oover {
	text-decoration : none;
	background-image: url(img/lev0_bg6.gif);
	background-color:#0E9F50;
	/*border: 1px solid #336699;*/
	border-left:0px solid #FFFFFF;
	border-right:0px solid #185922;
	
	}

/* level 1 inner */
/*Font style on load*/
.m0l1iout {
    font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	margin: 4px 0 0 8px;
	color: #FFFFFF;
	color:#000000;
	
	
	
}
/*Font style when mouse on menu*/
.m0l1iover {
	font:Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 2px 0 0 8px;
	color: #FFFFFF;
	font-weight:bold;
	/*color:#FF6600;*/
}
/*Menu style when on load*/
/* level 1 outer  */
/*.m0l1oout {
	text-decoration : none;
	background-color: #4AB145;
	border: 1px solid #FFFFFF;
    -moz-opacity:0.4;	
	padding: 0;
	font:Arial, Helvetica, sans-serif;
		font-size:12px;

}*/
.m0l1oout {
background-color: #4AB145;
filter:alpha(opacity=100);
-moz-opacity:1.00;
opacity:1.00;
border: 1px solid #006600;
}

.m0l1oover {
background-color: #FA975B;
background-color:#006600;
border: 1px solid #006600;
background-image: url(img/lev3_arrow.gif);
background-repeat: no-repeat;

/*
filter:alpha(opacity=85);
-moz-opacity:.85;
opacity:.85;*/
}

/*Menu style when when mouse on menu*/
/*.m0l1oover {
	text-decoration : none;
	background-color: #ff9900;
	background-image: url(img/lev1_arrow.gif);
	background-repeat: no-repeat;
	border: 1px solid #FFFFFF;
		padding: 0;
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
}*/