//<!-- 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("membership", 2, 251, 98); 
addMenu("chapters", 2, 251, 123); 
addMenu("policies", 2, 251, 148); 
addMenu("forms", 2, 251, 173); 


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Home","http://www.muhlenberg.edu/students/greek/index.html","home");
addMenuItem( "main", "Membership","http://www.muhlenberg.edu/students/greek/membership.html","membership");
addMenuItem( "main", "Chapters and Governance","http://www.muhlenberg.edu/students/greek/sororities.html","chapters");
addMenuItem( "main", "Policies and Procedures","http://www.muhlenberg.edu/students/greek/rel.html","policies");
addMenuItem( "main", "Forms","javascript:none()","forms");


//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "membership", "How to Join","http://www.muhlenberg.edu/students/greek/membership.html","join");
addMenuItem( "membership", "Men's Recruitment Rules", "http://www.muhlenberg.edu/students/greek/IFCrecruit.html","men");
addMenuItem( "membership", "Women's Recruitment Rules","http://www.muhlenberg.edu/students/greek/CPHrecruit.html","women");
addMenuItem( "membership", "New Member Parents","http://www.muhlenberg.edu/students/greek/parent.html","parents");
addMenuItem( "membership", "Hazing","http://www.muhlenberg.edu/students/greek/hazing.html","hazing");
addMenuItem( "membership", "Glossary of Terms","http://www.muhlenberg.edu/students/greek/terms.html","glossary");
addMenuItem( "chapters", "Sororities","http://www.muhlenberg.edu/students/greek/sororities.html","sororities");
addMenuItem( "chapters", "Fraternities","http://www.muhlenberg.edu/students/greek/fraternities.html","fraternities");
addMenuItem( "chapters", "Committee on Greek Life","http://www.muhlenberg.edu/students/greek/CGL.html","CGL");
addMenuItem( "chapters", "Greek Related Links","http://www.muhlenberg.edu/students/greek/links.html","greeklinks");
addMenuItem( "chapters", "Grade Reports","http://www.muhlenberg.edu/students/greek/grades.html","gradereport");
addMenuItem( "policies", "Relationship Statement","http://www.muhlenberg.edu/students/greek/rel.html","statement");
addMenuItem( "policies", "Annual Review","http://www.muhlenberg.edu/students/greek/acc.html","review");
addMenuItem( "policies", "Chapter Event Policy","http://www.muhlenberg.edu/students/greek/se.html","socialevent");
addMenuItem( "policies", "Chapter Expansion Policy","http://www.muhlenberg.edu/students/greek/exp.html","expansion");
addMenuItem( "forms", "Community Service","http://www.muhlenberg.edu/studorgs/service/greekhours.htm","communityservice");
addMenuItem( "forms", "Anti-Hazing Form","http://www.muhlenberg.edu/students/greek/Anti-hazing_form.doc","hazing1");
addMenuItem( "forms", "Officer Update","http://www.muhlenberg.edu/students/greek/Officer Update.doc","offupdate");
addMenuItem( "forms", "Academic Advisor Contract","http://www.muhlenberg.edu/students/greek/AAcontract.doc","advcontract");
addMenuItem( "forms", "Blend Grant Application","http://www.muhlenberg.edu/students/greek/Blendapp.doc","blendapp");
addMenuItem( "forms", "Chapter Program Report","http://www.muhlenberg.edu/students/greek/ProgramReport.doc","program");
addMenuItem( "forms", "Conference Certification","http://www.muhlenberg.edu/students/greek/ConfCert.doc","conference");
addMenuItem( "forms", "NME Schedule Certification","http://www.muhlenberg.edu/students/greek/NMECert.doc","nmeschedule");
addMenuItem( "forms", "Member Depledging Form","http://www.muhlenberg.edu/students/greek/Depledging.doc","nmdepledge");
addMenuItem( "forms", "Self-Inspection Checklist","http://www.muhlenberg.edu/students/greek/29. House Self-Inspection Guide.xls","checklist");
addMenuItem( "forms", "Written Materials Certification","http://www.muhlenberg.edu/students/greek/WrittenCert.doc","written");
addMenuItem( "forms", "Acad. Excellence Award Application","http://www.muhlenberg.edu/students/greek/AcadAward.doc","acadexcellence");
addMenuItem( "forms", "Dean's Award Application","http://www.muhlenberg.edu/students/greek/DeansAward.doc","deansaward");
addMenuItem( "forms", "Group Initiative Award Application","http://www.muhlenberg.edu/students/greek/GroupAward.doc","initiative");
addMenuItem( "forms", "Outstanding Programming Award Application","http://www.muhlenberg.edu/students/greek/ProgAward.doc","outstanding");
addMenuItem( "forms", "Overnight Stay","http://www.muhlenberg.edu/students/greek/Overnight Request Form.doc","overnight");

//---------------------
//LEVEL 3:
//---------------------
//addMenuItem( "basics", "'Berg At A Glance", "/admissions/facts.html","glance");
//addMenuItem( "basics", "College Catalog", "/catalog","catalog");
//addMenuItem( "visiting", "Campus Maps", "/maps","maps");
//addMenuItem( "visiting", "Directions", "/directions","directions");
//addMenuItem( "academics", "Fields Of Study", "/study","fieldstudy");
//addMenuItem( "academics", "Humanities", "/study","humanities");
//addMenuItem( "humanities", "Arts", "/arts","arts");
//addMenuItem( "humanities", "English", "/english","english");
