//<!-- Add 1 for each level of menus (usually 2 or 3) at the most -->
//	linkclass, color, bgcolor, mouseOver Color, mouseOver BgColor

addLevel(1,  "mainlevel", "#000000", "#e7d5d6", "#f2f2f2", "#e31635");
addLevel(2,  "sub1", "#f2f2f2", "#e31635","#000000", "#e7d5d6" );
addLevel(3,  "sub2", "#000000", "#e7d5d6", "#f2f2f2", "#e31635" );


//------------------------------------------------------------------------------
//<!-- MENUS section-->
//<!-- Add 1 for each TABLE (menu) -->
//=============================
// menu id, level, left, top
//=============================
addMenu("main", 1, "", "");
//------------------------------------------------------------------------------
//DO NOT MODIFY ABOVE THIS LINE
//------------------------------------------------------------------------------

//addMenu("overview", 2, 250, 73); 
//addMenu("staff", 2, 250, 98); 
//addMenu("surveys", 2, 250, 123); 
//addMenu("interactive", 2, 250, 148); 
//addMenu("penn", 3, 383, 123); 
//addMenu("lehigh", 3, 383, 147); 
//addMenu("allentown", 3, 383, 168); 
//addMenu("mc", 3, 383, 189); 
// 

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Institute Overview", "http://www.muhlenberg.edu/studorgs/polling/index.html", "overview");
addMenuItem( "main", "In The News", "http://www.muhlenberg.edu/studorgs/polling/news.htm", "news");
addMenuItem( "main", "Staff", "http://www.muhlenberg.edu/studorgs/polling/index.html", "staff");
addMenuItem( "main", "Surveys", "http://www.muhlenberg.edu/studorgs/polling/index.html", "surveys");
addMenuItem( "main", "Interactive Surveys", "", "interactive");
addMenuItem( "main", "Links", "http://www.muhlenberg.edu/studorgs/polling/links.htm", "links");
addMenuItem( "main", "Contact Information", "http://www.muhlenberg.edu/studorgs/polling/contact.htm", "contact");

//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "overview", "Mission", "http://www.muhlenberg.edu/studorgs/polling/mission.htm", "mission");
addMenuItem( "overview", "Partners", "http://www.muhlenberg.edu/studorgs/polling/partners.htm", "partners");
addMenuItem( "staff", "Director", "http://www.muhlenberg.edu/studorgs/polling/director.htm", "director");
addMenuItem( "staff", "Web Master", "http://www.muhlenberg.edu/studorgs/polling/webmaster.htm", "webmaster");
addMenuItem( "staff", "Community Fellows", "http://www.muhlenberg.edu/studorgs/polling/fellows.htm", "fellows");
addMenuItem( "staff", "Student Supervisors", "http://www.muhlenberg.edu/studorgs/polling/student.htm", "students");
addMenuItem( "surveys", "Pennsylvania", "", "penn");
addMenuItem( "surveys", "Lehigh Valley", "", "lehigh");
addMenuItem( "surveys", "Allentown", "", "allentown");
addMenuItem( "surveys", "Muhlenberg College", "", "muhl");
addMenuItem( "surveys", "Miscellaneous", "http://www.muhlenberg.edu/studorgs/polling/misc.htm", "misc");
addMenuItem( "interactive", "Political Communications", "http://www.muhlenberg.edu/studorgs/polling/politicalads.htm", "ads");
addMenuItem( "interactive", "U.S. Physicians", "http://www.muhlenberg.edu/studorgs/polling/usphysicians.htm", "physicians");

//
//
////---------------------
////LEVEL 3:
////---------------------
addMenuItem( "penn", "Quality of Life", "http://www.muhlenberg.edu/studorgs/polling/pennquality.htm", "pennquality");
addMenuItem( "penn", "Elections", "http://www.muhlenberg.edu/studorgs/polling/pennelection.htm", "pennelections");
addMenuItem( "penn", "Iraq", "http://www.muhlenberg.edu/studorgs/polling/iraqreports.htm", "iraq");
addMenuItem( "penn", "Public Policy", "http://www.muhlenberg.edu/studorgs/polling/PublicPolicy.htm", "publicpolicy");
//addMenuItem( "penn", "Global Warming", "http://www.muhlenberg.edu/studorgs/polling/GlobalWarming.htm", "GlobalWarming");
addMenuItem( "lehigh", "Quality of Life", "http://www.muhlenberg.edu/studorgs/polling/lehighquality.htm", "lehighquality");
addMenuItem( "lehigh", "Elections", "http://www.muhlenberg.edu/studorgs/polling/lehighelection.htm", "lehighelections");
addMenuItem( "allentown", "Citizen Satisfaction", "http://www.muhlenberg.edu/studorgs/polling/allentowncitizen.htm", "allentowncitizen");
addMenuItem( "allentown", "Elections", "http://www.muhlenberg.edu/studorgs/polling/allentownelection.htm", "allentownelections");
addMenuItem( "muhl", "Student Engagement", "http://www.muhlenberg.edu/studorgs/polling/muhcollege.htm", "studgage");

