selStyle="offfontcolor=000000;onfontcolor=000000;onbackcolor=ffffff;offbackcolor=ffffff;"
childStyle="offfontcolor=000000;onfontcolor=000000;onbackcolor=ffffff;offbackcolor=E5E5E5;"

// This represents the L0 level navigation (menu containers)
mStyle1= 
[            // mStyle1 is an array of properties. You can have as many property arrays as you need. 
             //This means that menus can have their own style.
"FFFFFF",                                // Mouse Off Font Color Changed for Quality
"125395",                            // Mouse Off Background Color  Changed for Quality
"000000",                            // Mouse On Font Color Changed for Quality
"ffffff",                                // Mouse On Background Color Changed for Quality
"000000",                            // Menu Border Color
10,                                       // Font Size in pixels
"normal",                            // Font Style (italic or normal)
"normal",                            // Font Weight (bold or normal) 
"Verdana",                          // Font Name
3,                                         // Menu Item Padding
,                // Sub Menu Image (Leave this blank if not needed)
,                                           // 3D Border & Separator bar
,                                           // 3D High Color
,                                           // 3D Low Color
,                                           // Current Page Item Font Color (leave this blank to disable)
,                                           // Current Page Item Background Color (leave this blank to disable)
,                     // Top Bar image (Leave this blank to disable)
"ffffff",                               // Menu Header Font Color (Leave blank if headers are not needed)
"F6F6F6",                           // Menu Header Background Color (Leave blank if headers are not needed)
"000000",                           // Menu Item Separator Color
]

mStyle2=[            // style2 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",           // Mouse Off Font Color Changed for Quality
"dcdcdc",           // Mouse Off Background Color Changed for Quality
"000000",           // Mouse On Font Color Changed for Quality
"ffffff",           // Mouse On Background Color Changed for Quality
"000000",           // Menu Border Color
10,                 // Font Size in pixels
"normal",           // Font Style (italic or normal)
"normal",           // Font Weight (bold or normal)
"Verdana",          // Font Name
3,                  // Menu Item Padding
,        // Sub Menu Image (Leave this blank if not needed)
,                   // 3D Border & Separator bar
,                   // 3D High Color
,                   // 3D Low Color
,                   // Current Page Item Font Color (leave this blank to disable)
,                   // Current Page Item Background Color (leave this blank to disable)
,      // Top Bar image (Leave this blank to disable)
"ffffff",           // Menu Header Font Color (Leave blank if headers are not needed)
"000099",           // Menu Header Background Color (Leave blank if headers are not needed)
"000000",           // Menu Item Separator Color
]