/* --- 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, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;	
	color: #FFFFFF;
}
.m0l0iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	padding-top: 8px;
	padding-right: 10px;
	color: #FFFFFF;
}

/* level 0 outer  Top-level Color controls */ 
.m0l0oout {	
	text-decoration : none;
	/*border : 1px solid #FFFFFF;*/
	border-top: 1px solid #ffffff;
	background: #003167;
	
}
/* level 0 outer  Top-level rollover Color  */ 
.m0l0oover {
	text-decoration : none;
	border-top: 1px solid #ffffff;	
	background: #c6c600;
}

/* submenu  Font controls for submenu1*/
.m0l1iout {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 10px;
	color: #ffffff;
}
.m0l1iover {
	font: normal 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding-top: 8px;
	padding-left: 10px;
	color: #ffffff;
}

/* level 2 outer  controls Color for level 2*/
.m0l1oout {
	text-decoration : none;
	border-top: 1px solid #ffffff;
	background: #003167;
	filter: alpha(opacity=100);
	-moz-opacity: 100%;
}

/*Level 2 rollover color is controlled here */
.m0l1oover {
	text-decoration : none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background: #c6c600;
}

/* level 2 inner */
.m0l2iover {
	font: 11px Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	padding-left: 4px;
	color: #000000;
}

/* level 2 outer */
.m0l2oout {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #B44646;
}
.m0l2oover {
	text-decoration : none;
	border : 1px solid #FFFFFF;
	background: #E55A5A;
}
