//<!-- 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("faculty", 2, 250, 73); 
addMenu("reqs", 2, 250, 98); 
addMenu("courses", 2, 250, 123); 
addMenu("handbook", 2, 250, 148); 
addMenu("pds", 2, 250, 173);
addMenu("resources", 2, 250, 198);
addMenu("home", 2, 250, 223);
addMenu("partners", 3, 311, 195);
addMenu("projects", 3, 311, 240);


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

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

addMenuItem( "main", "Faculty","edufac.html","faculty");
addMenuItem( "main", "Requirements","http://www.muhlenberg.edu/catalog/catalog.pdf#EDU","reqs");
addMenuItem( "main", "Courses","http://www.muhlenberg.edu/catalog/catalog.pdf#EDU2","courses");
addMenuItem( "main", "Handbook","handbook.html","handbook");
addMenuItem( "main", "Prof. Development School","about.html","pds");
addMenuItem( "main", "Resources and Links","links.html","resources");
addMenuItem( "main", "Adult Ed. Teacher Cert.","/wescoe/prospective/teacher.shtml","adult");
addMenuItem( "main", "Education Home","/depts/education/","home");


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

addMenuItem( "pds", "About", "about.html","about");
addMenuItem( "pds", "Partners", "","partners");
addMenuItem( "pds", "Goals", "goals.html","goals");
addMenuItem( "pds", "Projects", "","projects");


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

addMenuItem( "partners", "Muhlenberg College", "berg.html","central");
addMenuItem( "partners", "William Allen High School", "allen.html","eyer");
addMenuItem( "partners", "Eyer Middle School", "eyer.html","ironton");
addMenuItem( "partners", "Trexler Middle School", "trexler.html","berg");
addMenuItem( "partners", "Central Elementary School", "central.html","trexler");
addMenuItem( "partners", "Ironton Elementary School", "ironton.html","weis");
addMenuItem( "partners", "Weisenberg Elementary", "weis.html","allen");
addMenuItem( "projects", "TQE", "TQE.html","tqe");
addMenuItem( "projects", "MSLP", "mslp.html","mslp");
addMenuItem( "projects", "ITP", "ITP.html","itp");
addMenuItem( "projects", "GUA", "GUA.html","gua");
addMenuItem( "projects", "PDP", "allenprogram.html","ap");