/* Style for level 0 (root) block - DIV */
.m0table0 {
}
/* Style for level 1 block - DIV
   - CONTROLS SUBLEVEL DROPDOWN BOX AREA */
.m0table1 {
	background: #668AB0;
	border: 1px solid #ffffff;
}
/* Style for level 1 block - DIV */
.m0table2 {
	background: #668AB0;

}
/* Style for outer tag, mout (mouse out) state
    - CONTROLS THE MAIN MENU BACKGROUND COLOR*/
.m0outer {
	background: #668AB0;
}
/* Style for inner tag, mover and mdown (mouse over and mouse down) state
    - CONTROLS THE ON MOUSEOVER TEXT COLOR, ON MOUSEOVER TEXT SIZE, ETC. */
.m0moveri, .m0mdowni {
	color: #034D86;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
/* Style for inner tag, mout (mouse out) state
     - CONTROLS THE INITIAL TEXT COLOR, FONT SIZE, FONT FAMILY, ETC. */
.m0mouti {
	color: white;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 14px;

}
