////////////////////////////////////
// Editable properties START here //
////////////////////////////////////
// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=95);Shadow(color='#777777', Direction=135, Strength=5)"

style1 = new Array();
style2 = new Array();

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.
"555555",				// Mouse Off Font Color
"F5D1A2",			// Mouse Off Background Color
"555555",			// Mouse On Font Color
"D7EDD5",			// Mouse On Background Color
"000000",			// Menu Border Color 
15,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial,Verdana",	// Font Name
0,					// Menu Item Padding
,		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"666666",			// 3D High Color
"000099",			// 3D Low Color
"666666",			// Current Page Item Font Color (leave this blank to disable)
"eeeeee",				// Current Page Item Background Color (leave this blank to disable)
"images/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
]

style2=[			// 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.
"555555",				// Mouse Off Font Color
"F5D1A2",			// Mouse Off Background Color
"555555",			// Mouse On Font Color
"D7EDD5",			// Mouse On Background Color
"000000",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"bold",				// Font Weight (bold or normal)
"Arial,Verdana",	// Font Name
2,					// Menu Item Padding
"images/arrow.gif",		// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"666666",			// 3D High Color
"000099",			// 3D Low Color
"666666",			// Current Page Item Font Color (leave this blank to disable)
"eeeeee",				// Current Page Item Background Color (leave this blank to disable)
"images/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
]
