selStyle="offfontcolor=003300;onfontcolor=003300;onbackcolor=ffffff;offbackcolor=ffffff;"
childStyle="offfontcolor=003300;onfontcolor=003300;onbackcolor=ffffff;offbackcolor=CCCC99;"

// 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
"666633",                            // Mouse Off Background Color
// replace 99CC99(omap) with CCCC99(sts)
// replace 006633(omap) with 666633(sts)

"000000",                            // Mouse On Font Color
"ffffff",                                // Mouse On Background Color
"003300",                            // Menu Border Color
10,                                       // Font Size in pixels
"normal",                            // Font Style (italic or normal)
"normal",                            // Font Weight (bold or normal)
"Verdana",                          // Font Name
4,                                         // Menu Item Padding
"/corp/docs/technical-support/graphics/nav/blackarrow.gif",                // 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)
"/corp/docs/technical-support/graphics/nav/arrowdn.gif",                     // 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
]

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.
"666633",           // Mouse Off Font Color
"cccc99",           // Mouse Off Background Color
"003366",           // Mouse On Font Color
"ffffff",           // Mouse On Background Color
"003300",           // Menu Border Color
10,                 // Font Size in pixels
"normal",           // Font Style (italic or normal)
"normal",           // Font Weight (bold or normal)
"Verdana",          // Font Name
4,                  // Menu Item Padding
"/corp/docs/technical-support/graphics/nav/blackarrow.gif",        // 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)
"/corp/docs/technical-support/graphics/nav/blackarrowdn.gif",      // 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
]