//<!-- 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("main", 1, "","");
addMenu("program", 2, 250, 73); 
addMenu("interdisciplinary", 2, 250, 98); 
addMenu("special", 2, 250, 123); 
addMenu("resources", 2, 250, 148);  

 


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Faculty", "http://www.muhlenberg.edu/depts/polisci/faculty.html", "faculty");
addMenuItem( "main", "Political Science Program", "http://www.muhlenberg.edu/depts/polisci/program.html", "program");
//addMenuItem( "main", "Mission Statement", "http://www.muhlenberg.edu/depts/polisci/mission.html", "mission");
addMenuItem( "main", "Interdisciplinary Majors", "http://www.muhlenberg.edu/catalog/catalog.pdf#Interdisciplinary", "interdisciplinary");
addMenuItem( "main", "Special Programs", "", "special");
addMenuItem( "main", "Student/Faculty Resources", "http://www.muhlenberg.edu/depts/polisci/InstitutionalReveiwBoardPolicies.html", "resources");
addMenuItem( "main", "Major Checklists", "http://www.muhlenberg.edu/depts/polisci/checklist.html", "checklists");
addMenuItem( "main", "Newsletter", "http://www.muhlenberg.edu/depts/polisci/Newsletter.html", "newsletter");
addMenuItem( "main", "Home", "http://www.muhlenberg.edu/depts/polisci/index.html", "home");

//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "program", "Major Requirements", "http://www.muhlenberg.edu/depts/polisci/requirements.html", "req");
addMenuItem( "program", "Course Descriptions", "http://www.muhlenberg.edu/depts/polisci/courses.html", "courses");
addMenuItem( "interdisciplinary", "History/Government", "http://www.muhlenberg.edu/catalog/catalog.pdf#HST/GOV", "histgov");
addMenuItem( "interdisciplinary", "International Studies", "http://www.muhlenberg.edu/catalog/catalog.pdf#IS", "international");
addMenuItem( "interdisciplinary", "Political Philosophy", "http://www.muhlenberg.edu/catalog/catalog.pdf#PT", "philosophy");
addMenuItem( "interdisciplinary", "Political Economy", "http://www.muhlenberg.edu/catalog/catalog.pdf#POLEC", "economy");
addMenuItem( "special", "Institute of Public Opinion", "http://www.muhlenberg.edu/studorgs/polling/index.html", "institute");
//addMenuItem( "special", "European Simulation", "http://www.muhlenberg.edu/depts/polisci/euparlnew.html", "euro");
addMenuItem( "special", "Pi Sigma Alpha", "", "alpha");
addMenuItem( "special", "Prelaw Program", "http://www.muhlenberg.edu/depts/polisci/prelawnew.html", "prelaw");
//addMenuItem( "special", "Washington Semester", "http://www.muhlenberg.edu/depts/polisci/washington.html", "washington");
addMenuItem( "special", "Sustainability Studies", "/depts/susstdudues/index.html", "susstud");//addMenuItem( "resources", "FAQ", "http://www.muhlenberg.edu/depts/polisci/FAQ and procedures.pdf", "faq");
//addMenuItem( "resources", "Request Approval", "http://www.muhlenberg.edu/depts/polisci/departmental request for approval.pdf", "approval");
//addMenuItem( "resources", "Informed Consent Guide", "http://www.muhlenberg.edu/depts/polisci/informed consent guidelines.pdf", "quidelines");
//addMenuItem( "resources", "Informed Consent Sample", "http://www.muhlenberg.edu/depts/polisci/Informed consent samples.pdf", "sample");
//addMenuItem( "resources", "IRB Policy", "http://www.muhlenberg.edu/depts/polisci/Muhlenberb_IRB_Policy_1994.pdf", "policy");

//---------------------
//LEVEL 3:
//---------------------


