var style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"#ff7f00",					// Mouse Off Font Color
"#ffffff",				// Mouse Off Background Color
"#ffffff",				// Mouse On Font Color
"#ff7f00",				// Mouse On Background Color
"#ff7f00",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"tahoma",		// Font Name
2,						// Menu Item Padding
/*IMGPATH+"arrow.gif"*/,			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"Purple",				// Current Page Item Font Color (leave this blank to disable)
"pink",					// 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)
];

