//<!-- 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" );


//------------------------------------------------------------------------------
//<!-- MENUS section-->
//<!-- Add 1 for each TABLE (menu) -->
//=============================
// menu id, level, left, top
//=============================
addMenu("main", 1, "", "");
//------------------------------------------------------------------------------
//DO NOT MODIFY ABOVE THIS LINE
//------------------------------------------------------------------------------
 
addMenu("faculty", 2, 250, 73); 
addMenu("requirements", 2, 250, 98); 
addMenu("courses", 2, 250, 123); 
addMenu("syllabi", 2, 250, 148); 
addMenu("readings", 2, 250, 173);
addMenu("writing", 2, 250, 173);
addMenu("major", 2, 250, 173);
addMenu("home", 2, 250, 173);


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

//---------------------
//LEVEL 1:
//---------------------

addMenuItem( "main", "Faculty","faculty.html","faculty");
addMenuItem( "main", "Requirements","http://www.muhlenberg.edu/catalog/catalog.pdf#ENG1","requirements");
addMenuItem( "main", "Courses","http://www.muhlenberg.edu/catalog/catalog.pdf#ENG8","courses");
addMenuItem( "main", "Sample Syllabi","syllabi.pdf","syllabi");
addMenuItem( "main", "Readings and Lectures","readings.html","readings");
addMenuItem( "main", "Writing Center","http://www.muhlenberg.edu/students/writing/index.html","writing");
addMenuItem( "main", "English Major After College","aftercollege.html","major");
addMenuItem( "main", "English Home","index.html","home");


//---------------------
//LEVEL 2:
//---------------------



//---------------------
//LEVEL 3:
//---------------------

