//<!-- 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
//------------------------------------------------------------------------------

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

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Letter from President Helm","letter.html","pres");
addMenuItem( "main", "Event Schedule","schedule.html","events");
addMenuItem( "main", "Forms","forms.html","dforms");
addMenuItem( "main", "FAQs","faqs.html","faqs");
addMenuItem( "main", "Instructions for Seniors","instructions.html","seniors");
addMenuItem( "main", "Accessibility","access.html","access");
addMenuItem( "main", "Inclement Weather","schedule.html#weather","weather");
addMenuItem( "main", "Map & Directions","","map");
addMenuItem( "main", "Hotels & Restaurants","/muhlinfo/places.html","places");
addMenuItem( "main", "Commencement Home","index.html","gradhome");
addMenuItem( "main", "Muhlenberg Home","/index.html","colhome");



//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "map", "Directions", "/muhlinfo/directions.html","basics");
addMenuItem( "map", "Campus Map", "/muhlinfo/map.html","visiting");


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