//<!-- 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("about", 2, 250, 74); 
addMenu("current", 2, 258, 395); 
addMenu("past", 2, 415, 368); 

//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "About the Center","","about");
addMenuItem( "main", "Current Programs","","current");
//addMenuItem( "main", "Future Programs","","future");
addMenuItem( "main", "Past Programs","","past");
//addMenuItem( "main", "Conferences","http://www.muhlenberg.edu/cultural/ethics/confs.html","opp");
addMenuItem( "main", "Living-Learning Experience","","lle");
addMenuItem( "main", "Sample Syllabi","http://www.muhlenberg.edu/cultural/ethics/syllabi.html","syllabi");
addMenuItem( "main", "Request Support","http://www.muhlenberg.edu/cultural/ethics/support.html","support");
addMenuItem( "main", "Publications","http://www.muhlenberg.edu/cultural/ethics/pubs.html","pubs");
addMenuItem( "main", "Library Resources","http://www.muhlenberg.edu/cultural/ethics/resources.html","resources");
addMenuItem( "main", "Links","http://www.muhlenberg.edu/cultural/ethics/links.html","links");
addMenuItem( "main", "Directions to Campus","http://www.muhlenberg.edu/cultural/ethics/directions.html","directions");
addMenuItem( "main", "Contact Us","http://www.muhlenberg.edu/cultural/ethics/contact.html","contact");
addMenuItem( "main", "Center for Ethics Home","http://www.muhlenberg.edu/cultural/ethics/index.html","center");
addMenuItem( "main", "Muhlenberg Home","http://www.muhlenberg.edu","home");


//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "about", "Mission", "http://www.muhlenberg.edu/cultural/ethics/about/mission.html","mission");
addMenuItem( "about", "Activities", "http://www.muhlenberg.edu/cultural/ethics/about/activities.html","activities");
addMenuItem( "current", "How Programs Are Chosen", "http://www.muhlenberg.edu/cultural/ethics/current/thematic.html","chosen");
addMenuItem( "current", "Ethics of Space", "http://www.muhlenberg.edu/cultural/ethics/current/space/program09.html","space");
addMenuItem( "current", "Related Events", "http://www.muhlenberg.edu/cultural/ethics/current/related.html","related");
//addMenuItem( "future", "2008: Politics, Cit. & Ethics", "http://www.muhlenberg.edu/cultural/ethics/current/politics/program.html","politics");
addMenuItem( "past", "Thematic Programs","http://www.muhlenberg.edu/cultural/ethics/past/thematic.html","programs");
addMenuItem( "past", "Workshops", "http://www.muhlenberg.edu/cultural/ethics/past/workshops.html","workshops");
addMenuItem( "past", "Forums & Lectures", "http://www.muhlenberg.edu/cultural/ethics/past/fandl.html","forums");
//addMenuItem( "lle", "Planning Next Yr's Program", "http://www.muhlenberg.edu/cultural/ethics/current/space/planning.html","plan");
//addMenuItem( "lle", "Call for Members 2009-10", "http://www.muhlenberg.edu/cultural/ethics/current/space/call.html","call");
//addMenuItem( "lle", "The Experience 2009-10", "http://www.muhlenberg.edu/cultural/ethics/experience09.html","llexpnine");
addMenuItem( "lle", "The Experience 2008-09", "http://www.muhlenberg.edu/cultural/ethics/experience.html","llexp");
addMenuItem( "lle", "Meet the Participants 08-09", "http://www.muhlenberg.edu/cultural/ethics/meet0809.html","meetll");
addMenuItem( "lle", "Meet the Participants 09-10", "http://www.muhlenberg.edu/cultural/ethics/meet.html","meetl2");

//---------------------
//LEVEL 3:
//---------------------

