// mainMenu style arrays to be used by menu scripts

mainTopStyle=[		// 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.
"#FFFFFF",			// Mouse Off Font Color
"",			// Mouse Off Background Color
"#5E5E5E",			// Mouse On Font Color
"",			// Mouse On Background Color
,					// Menu Border Color 
"11px",				// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"arial",	   	 	// Font Name
"0",				// Menu Item Padding
,		       		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
,			   	 	// 3D High Color
,			   	 	// 3D Low Color
"#5E5E5E",		   	// 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)
,			    	// Menu Header Font Color (Leave blank if headers are not needed)
,			    	// Menu Header Background Color (Leave blank if headers are not needed)
,			    	// Menu Item Separator Color
]
