effect = "Fade(duration=0.3);Alpha(style=0,opacity=90);" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=10;			// Sub menu offset Top position 
suboffset_left=10;			// Sub menu offset Left position

TopStyle=[      			// Menu Properties Array
"F8F5C1",					// Off Font Color
"61b555",					// Off Back Color
"357E2B",					// On Font Color
"61b555",					// On Back Color
"FFFFFF",					// Border Color
11,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Arial",					// Font
1,							// Padding
""		// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator
,"ff0000"					// 3D High Color
,"ff0000"					// 3D Low Color
,""							// 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)
]

SideStyle=[      			// Menu Properties Array
"000000",					// Off Font Color
"E5CA95",					// Off Back Color
"357E2B",					// On Font Color
"E5CA95",					// On Back Color
"E5CA95",					// Border Color
11,							// Font Size
"normal",					// Font Style
"normal",					// Font Weight
"Arial",					// Font
2,							// Padding
""		// Sub Menu Image (Leave this blank if not needed)
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
,""							// Current Page Item Font Color (leave this blank to disable)
,""							// Current Page Item Background Color (leave this blank to disable)
,"images/blue_arrow2.gif"	// 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)
]

addmenu(menu=[				// This is the array that contains your menu properties and details
"top1",						// Menu items Name
,							// Top
,							// left
99,						// Width
0,							// Border Width
"",						// Screen Position - here you can use "center;left;right;middle;top;bottom"
TopStyle,				// Properties Array - this is set higher up, as above
1,							// Always Visible - allows the menu item to be visible at all time
"center",				// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,							// Filter - Text variable for setting transitional effects on menu activation
,							// Follow Scrolling - Tells the menu item to follow the user down the screen
1, 						// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style
,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,							// Position of sub image left:center:right:middle:top:bottom
,							// ..Now Obsolete..
,							// Right To Left - Used in Hebrew for example. (1=on/0=off)
,							// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,							// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,,,						// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"   Pay Your Bill  "	,"https://www.billing.greystonepower.com/sedc/ target=new"	,,"",1
,"Security"				,"http://www.greystonepower.com/Security_Home.asp"			,,"",1 
,"Credit Union"			,"http://www.greystonepower.com/Credit_Union.asp"			,,"",1
,"Green Power"			,"http://www.greystonepower.com/Green_Power_Mission.asp"	,,"",1
,"Fleet Services"		,"http://www.greystonepower.com/FleetHome.asp"				,,"",1
,"Storm Center"			,"http://www.greystonepower.com/Storm_Center_Home.asp"		,,"",1
,"Other Services"		,"show-menu=other_services"									,,"",1
,"Espa&ntilde;ol"		,"http://www.greystonepower.com/Hispanic_Member_Services.asp",,"",0
])

// Start Submenus
addmenu(menu=["other_services",
,,150,1,"",TopStyle,,,effect,,,,,,,,,,,,
,"SurgeMaster Plus"		,"http://www.greystonepower.com/Surge_Master.asp"	,,,1
,"Gas South"			,"http://www.greystonepower.com/gassouth.asp"		,,,1
,"Operation Round-Up"	,"http://www.greystonepower.com/Round_Up.asp"		,,,1
,"Outdoor Lighting"		,"http://www.greystonepower.com/lighting.asp"		,,,1
,"Co-op Connections Card","http://www.greystonepower.com/tsecoopcard.asp"		,,,1
,"Co-op Healthy Savings", "http://www.greystonepower.com/article_2009_Cooperative_Healthy_Savings.asp",,,1
])

dumpmenus();
