//<!-- 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("affairs", 2, 251, 123); 
addMenu("develop", 2, 251, 205);
addMenu("reports", 2, 251, 262)
addMenu("forms", 2, 251, 294); 
addMenu("deanaca", 3, 548, 147); 
addMenu("scholar", 3, 454, 318); 
//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Office of the Provost","http://www.muhlenberg.edu/mgt/provost/index.html","home");
addMenuItem( "main", "About the Provost","http://www.muhlenberg.edu/mgt/provost/about.html","aboutpro");
addMenuItem( "main", "Academic Affairs","http://www.muhlenberg.edu/mgt/provost/affairs.html","affairs");
addMenuItem( "main", "Trustee's Handbook","http://www.muhlenberg.edu/mgt/provost/handbook/index.html","book");
addMenuItem( "main", "Committees","http://www.muhlenberg.edu/mgt/provost/committees/index.html","committees");
addMenuItem( "main", "Faculty Meeting Materials","http://www.muhlenberg.edu/mgt/provost/restrict/","restrict");
addMenuItem( "main", "Faculty Development","http://www.muhlenberg.edu/mgt/provost/faculty.html","develop");
addMenuItem( "main", "Faculty Awards","http://www.muhlenberg.edu/mgt/provost/awards.html","awards");
addMenuItem( "main", "Reports","http://www.muhlenberg.edu/mgt/provost/reports.html","reports");
addMenuItem( "main", "Forms","http://www.muhlenberg.edu/mgt/provost/forms/index.html","forms");
addMenuItem( "main", "Institutional Research","http://www.muhlenberg.edu/mgt/ir/","ir");
//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "affairs", "Center for Ethics","http://www.muhlenberg.edu/cultural/ethics/","ethics");
addMenuItem( "affairs", "Dean of Academic Life","http://www.muhlenberg.edu/mgt/provost/academic/","deanaca");
addMenuItem( "affairs", "IJCU","http://www.muhlenberg.edu/cultural/ijcu/","religion");
addMenuItem( "affairs", "International Programs","http://www.muhlenberg.edu/depts/educabroad/","international");
addMenuItem( "affairs", "Martin Art Gallery","http://www.muhlenberg.edu/cultural/gallery/","art");
addMenuItem( "affairs", "Registrar","http://www.muhlenberg.edu/mgt/registrar/","registrar");
addMenuItem( "affairs", "RJ Fellowship Program","http://www.muhlenberg.edu/catalog/catalog.pdf#RJFELLOWS","fellowship");
addMenuItem( "affairs", "The Wescoe School","http://www.muhlenberg.edu/wescoe/","wescoe");
addMenuItem( "develop", "Center for Ethics", "http://www.muhlenberg.edu/cultural/ethics/","center2");
addMenuItem( "develop", "Conferences", "","conferences");
addMenuItem( "develop", "External Grants", "/mgt/provost/externalgrants.html","grants");
addMenuItem( "develop", "Faculty Center for Teaching","http://www.muhlenberg.edu/cultural/fct/fct.html","teaching");
addMenuItem( "develop", "Faculty Reading Group","http://www.muhlenberg.edu/mgt/provost/frg/","reading");
addMenuItem( "develop", "Learning Communities","/mgt/provost/mellon.pdf","mellon");
addMenuItem( "develop", "Deadlines","http://www.muhlenberg.edu/mgt/provost/committees/ds/index.html","fdsc");
addMenuItem( "reports", "Patriot Act Resolution","/mgt/provost/patriot.html","patriot");
addMenuItem( "reports", "Religious Holidays","/mgt/provost/ReligiousHolidays.pdf","holidays");
addMenuItem( "reports", "Visiting Committees","/mgt/provost/reports/VisitingCommittee.html","visiting");
//addMenuItem( "reports", "Welcome Video","","welcome");
addMenuItem( "forms", "Expense Report Reconciliation","http://www.muhlenberg.edu/mgt/provost/forms/expense.pdf","expense");
addMenuItem( "forms", "Development & Scholarship","","scholar");
addMenuItem( "forms", "Request For Expenses...", "http://www.muhlenberg.edu/mgt/provost/forms/request.pdf","paper");
addMenuItem( "forms", "Classroom Observation Record", "http://www.muhlenberg.edu/mgt/provost/forms/classroom.pdf","classroom");

//---------------------
//LEVEL 3:
//---------------------
addMenuItem( "deanaca", "Academic Resource Center","http://www.muhlenberg.edu/students/acasrvcs/","arc");
addMenuItem( "deanaca", "Career Center","http://www.muhlenberg.edu/ocdp","career");
addMenuItem( "deanaca", "Language Learning Center","http://www.muhlenberg.edu/depts/forlang/new_llc/index2005.html","language");
addMenuItem( "deanaca", "Multicultural Life","http://www.muhlenberg.edu/cultural/multicultural/","multi");
addMenuItem( "deanaca", "Trexler Library","http://www.muhlenberg.edu/library/index.html","library");
addMenuItem( "deanaca", "Writing Center","http://www.muhlenberg.edu/students/writing/index.html","writing");
addMenuItem( "scholar", "Sabbaticals","http://www.muhlenberg.edu/mgt/provost/committees/ds/sabbatical.html","sabbat");
addMenuItem( "scholar", "Class of '32","http://www.muhlenberg.edu/mgt/provost/committees/ds/1932.html","class32");
addMenuItem( "scholar", "Hoffman Award","http://www.muhlenberg.edu/mgt/provost/committees/ds/hoffman.html","hoffman");
addMenuItem( "scholar", "Faculty Summer Grants","http://www.muhlenberg.edu/mgt/provost/committees/ds/summer.html","facsum");
addMenuItem( "scholar", "Robert C. Williams Award","http://www.muhlenberg.edu/mgt/provost/committees/ds/williams.html","williams");