
selStyle="offfontcolor=000000;onfontcolor=000000;onbackcolor=ffffff;offbackcolor=ffffff;"
childStyle="offfontcolor=000000;onfontcolor=000000;onbackcolor=ffffff;offbackcolor=dcdcdc;"

// 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
"666666",                            // 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
11,                                       // Font Size in pixels
"normal",                            // Font Style (italic or normal)
"normal",                            // Font Weight (bold or normal) 
"Verdana",                          // Font Name
4,                                         // Menu Item Padding
"/graphics/qlty/left-nav-arrow-spaced.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)
"http://www.ti.com/pub/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.
"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
11,                 // Font Size in pixels
"normal",           // Font Style (italic or normal)
"normal",           // Font Weight (bold or normal)
"Verdana",          // Font Name
4,                  // Menu Item Padding
"/graphics/qlty/left-nav-arrow-spaced.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)
"http://www.ti.com/pub/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
]