// menu_items.js file
// comments block here

var MENU_ITEMS =[
	["HOME", "http://www.epga.org/index.html"],
	["What's New", "http://www.epga.org/new.html",
		["In the News", "http://www.epga.org/new.html#new"],
		["Industry Events", "http://www.epga.org/new.html#industry"],
		["Legislative Testimony", "http://www.epga.org/new.html#legislative"],
		["News Releases", "http://www.epga.org/new.html#releases"],
		["Presentations", "http://www.epga.org/new.html#presentations"]
	],
	["Committees", "http://www.epga.org/committees.html",
		["Board of Directors", "http://www.epga.org/committee/boardofdirectors.html"],
		["Legislative", "http://www.epga.org/committee/legislative.html"],
		["Environmental Policy", "http://www.epga.org/committee/environmental.html"],
		["Water Quality Subcommittee", "http://www.epga.org/committee/waterquality.html"],
		["Air Quality Subcommittee", "http://www.epga.org/committee/airquality.html"],
		["Solid Waste Subcommittee", "http://www.epga.org/committee/solidwaste.html"],
		["Storage Tank Task Force", "http://www.epga.org/committee/storagetank.html"],
		["TRI Task Force", "http://www.epga.org/committee/tri.html"],
		["CEM Task Force", "http://www.epga.org/committee/cem.html"],
		["Communications", "http://www.epga.org/committee/communications.html"],
		["Taxation", "http://www.epga.org/committee/taxation.html"],
		["Health and Safety", "http://www.epga.org/committee/health.html"],
		["Market Rules", "http://www.epga.org/committee/marketrules.html"],
		["Regulatory Affairs", "http://www.epga.org/committee/regulatoryaffairs.html"]
		
	],
	["Membership", "http://www.epga.org/membership.html",
		["Full Membership", "http://www.epga.org/membership.html#full"],
		["Membership Benefits", "http://www.epga.org/membership.html#benefits"],
		["Contact Info", "http://www.epga.org/membership.html#contact"],
		["Affiliate Membership", "http://www.epga.org/membership.html#affiliate"],
		["Associate Membership", "http://www.epga.org/membership.html#associate"]
	],
	["MEMBERS ONLY", "http://www.epga.org/membersonly.html"],
	["Generation Facilities", "http://www.epga.org/GeneratingFacilities.html",
		["Electricity Supply Mix", "http://www.epga.org/GeneratingFacilities.html#electricsupply"]
	],
	["Archives", "http://www.epga.org/archive.html",
		["Mercury Issues", "http://www.epga.org/CurrentIssueMercury.html"],
		["California Power Crisis", "http://www.epga.org/archive.html#california"],
		["Conferences", "http://www.epga.org/archive.html#california"],
		["Electric Reliability", "http://www.epga.org/archive.html#electric"],
		["Enron", "http://www.epga.org/archive.html#enron"],
		["Legislative & Regulatory Energy Policy", "http://www.epga.org/archive.html#energy"],
		["In The News", "http://www.epga.org/archive.html#inthenews"],
		["Presentations & Comments", "http://www.epga.org/archive.html#speeches"],
		["Legislative Testimony", "http://www.epga.org/archive.html#testimony"]
	],
	["Links", "http://www.epga.org/links.html",
		["Member", "http://www.epga.org/links.html#member"],
		["Associate Member", "http://www.epga.org/links.html#associate"],
		["Affiliate", "http://www.epga.org/links.html#affiliate"],
		["Additional", "http://www.epga.org/links.html#additional"]
	],
	["Contact Us", "http://www.epga.org/contactus.html",
		["General Information", "http://www.epga.org/contactus.html"],
		["Directions", "http://www.epga.org/directions.html"]
		
	],
];
