//<!-- 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("action", 2, 251, 180); 
addMenu("resources", 2, 251, 230);
//addMenu("academics", 2, 258, 395); 
//addMenu("basics", 3, 415, 368); 
//addMenu("humanities", 3, 475, 118); 
//addMenu("visiting", 3,450, 92); 
//addMenu("fieldstudy", 3, 0, 0); 


//------------------------------------------------------------------------------
//<!-- MENU ITEMS section -->
//<!-- Add 1 for each TABLE ROW (menu item)  -->
//===============================
// menu parentId, text, link, id
//===============================

//---------------------
//LEVEL 1:
//---------------------
addMenuItem( "main", "Home","/depts/publichealth/index.html","home");
addMenuItem( "main", "Requirements","/depts/publichealth/requirements.html","requirements");
addMenuItem( "main", "Public Health Courses","/depts/publichealth/current.html","current");
addMenuItem( "main", "Faculty","/depts/publichealth/faculty.html","faculty");
addMenuItem( "main", "Students In Action","/depts/publichealth/students.html","action");
addMenuItem( "main", "Internships","/depts/publichealth/internships.html","interships");
addMenuItem( "main", "Knouss Legacy Scholarship","http://www.muhlenberg.edu/talentscampaign/knouss.html","knouss");
addMenuItem( "main", "Resources","javascript:none()","resources");
addMenuItem( "main", "Contact Us","/depts/publichealth/contact.html","contact");
//addMenuItem( "main", "Photo Gallery","/depts/publichealth/photos.html","photos");

//---------------------
//LEVEL 2:
//---------------------
addMenuItem( "action", "Student Organizations","/depts/publichealth/students.html#1","studorgs");
addMenuItem( "action", "Student Advocacy","/depts/publichealth/students.html#2","studadvo");
addMenuItem( "resources", "Library Research Guide","http://www.muhlenberg.edu/library/guides/libinst/publichealth/publichealth.html","researchguide");
addMenuItem( "resources", "Pub. Health Minor Checklist","/depts/publichealth/checklist.pdf","checklist");
addMenuItem( "resources", "Study Abroad Advising","/depts/publichealth/saas.pdf","sheet");
addMenuItem( "resources", "Community Opportunities","/depts/publichealth/opportunities.pdf","opportunities");
addMenuItem( "resources", "Greening Committee","http://www.muhlenberg.edu/committees/greening/index.html","green");
addMenuItem( "resources", "Allentown Health Bureau","http/www.allentownpa.org/health_department.htm","allenhealth");
addMenuItem( "resources", "Bethlehem Health Bureau","http://bethlehem-pa.gov/health/index.htm","bethhealth");
addMenuItem( "resources", "Amer. Pub. Health Assoc.","http://www.apha.org/","amassoc");
addMenuItem( "resources", "Schools of Pub. Health","http://www.asph.org/", "asph");
addMenuItem( "resources", "CDC and Prevention","http://www.cdc.gov/index.htm","cdc");
addMenuItem( "resources", "Public Health Foundation","http://www.phf.org/","phf");
addMenuItem( "resources", "American Medical Assoc.","http://www.ama-assn.org/ama/pub/category/2625.html","amaph");
addMenuItem( "resources", "Office of Health Professions","http://www.muhlenberg.edu/depts/preprof/Health_Professions/","hp");
addMenuItem( "resources", "Off. of Community Service","http://www.muhlenberg.edu/studorgs/service/","csce");

//---------------------
//LEVEL 3:
//---------------------
//addMenuItem( "basics", "'Berg At A Glance", "/admissions/facts.html","glance");
//addMenuItem( "basics", "College Catalog", "/catalog","catalog");
//addMenuItem( "visiting", "Campus Maps", "/maps","maps");
//addMenuItem( "visiting", "Directions", "/directions","directions");
//addMenuItem( "academics", "Fields Of Study", "/study","fieldstudy");
//addMenuItem( "academics", "Humanities", "/study","humanities");
//addMenuItem( "humanities", "Arts", "/arts","arts");
//addMenuItem( "humanities", "English", "/english","english");
