//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	74; 		// absolute top position

var staticMENU = false;		// static positioning mode (not Opera 5)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF =	"";	        // base path to .js and image files
var zORDER = 	100;		// base z-order of nav structure (not ns4)<a href="faculty_entomology.html">E3B - Faculty</a>

var mCOLOR = 	"#316363";	        // main nav cell color
var rCOLOR = 	"#1f3f3f";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#ffffff"	// main nav border color
var aLINK = 	"#ffffcc";	// main nav link color
var aHOVER = 	"#ffffcc";		// main nav link hover-color (not ns4)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face		
var fSIZE = 	10;		// main nav font size (pixels)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	2;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var vOFFSET = 	1;		// shift the submenus vertically
var hOFFSET = 	 0;		// shift the submenus horizontally

var smCOLOR = 	"#1F3F3F";	// submenu cell color
var srCOLOR = 	"#316363";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"white"	// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (not ns4)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face		
var sfSIZE = 	10;		// submenu font size (pixels)	
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 7;		// submenu vertical cell padding
var svtOFFSET = -0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"00000";	// submenu drop shadow color
var shOPACITY = 30;		// submenu drop shadow opacity (not ns4 or Opera 5)


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","target")

addMainItem("about.html","ABOUT US",65,"left",""); 


	// define submenu properties (width,"align to edge","text-alignment")

	defineSubmenuProperties(70,"left","left");

	
	// add submenu link items ("url","Link name","target")
	addSubmenuItem("about.html","Introduction","");
	addSubmenuItem("about_mission.html","Mission","");
	addSubmenuItem("about_contactus.html","Contact","");
	addSubmenuItem("directions.html","Directions","");
	addSubmenuItem("about_news.html","News","");
	
addMainItem("undergrad_intro.html","B.A. PROGRAM",85,"center",""); 

	defineSubmenuProperties(180,"left","left");

	addSubmenuItem("undergrad_intro.html","Introduction","");
	addSubmenuItem("undergrad_requirements.html","Major in Environmental Biology","");	
	addSubmenuItem("undergrad_requirements2.html","Major in Evolutionary Biology <br>of the Human Species","");
	addSubmenuItem("undergrad_internships.html","Summer Internships","");

addMainItem("postbac.html","POSTBAC PROGRAM",115,"center",""); 
	
	defineSubmenuProperties(150,"left","left");

    addSubmenuItem("postbac.html","Introduction ","");
	addSubmenuItem("postbac_curriculum.html","Curriculum & Courses ","");
	addSubmenuItem("postbac_advising.html","Advising","");
	addSubmenuItem("postbac_research.html","Postbac Research","");
	addSubmenuItem("postbac_faqs.html","FAQs","");
	
addMainItem("ma.html","M.A. PROGRAM",90,"center",""); 

	defineSubmenuProperties(150,"left","left");
	
	addSubmenuItem("ma.html","Introduction ","");
	addSubmenuItem("ma_program overview.html","Program Overview","");
	addSubmenuItem("ma_requirements.html","Requirements","");
	addSubmenuItem("ma_admission.html","Admission ","");
	addSubmenuItem("ma_application.html","Application","");
	addSubmenuItem("ma_fellowships.html","Fellowships","");
	addSubmenuItem("ma_faq.html","FAQs","");
	
addMainItem("phd.html","PH.D. PROGRAM",90,"center",""); 

	defineSubmenuProperties(150,"left","left");

  
	addSubmenuItem("phd.html","Introduction ","");
	addSubmenuItem("phd_requirements.html","Ecol. and Evol. Biology","");
	addSubmenuItem("phd_requirements2.html","Evolutionary Primatology","");
	addSubmenuItem("phd_admission.html","Admissions","");
	addSubmenuItem("phd_application.html","Application","");
	addSubmenuItem("phd_fellowships.html","Fellowships","");
	addSubmenuItem("phd_faq.html","F.A.Q.","");

addMainItem("certificate.html","CERTIFICATES",80,"center",""); 

	defineSubmenuProperties(145,"left","left");

	addSubmenuItem("certificate.html","Environmental Policy","");
	addSubmenuItem("certificate_cert.html","Conservation Biology","");

addMainItem("faculty.html","FACULTY",60,"center",""); 
	
	defineSubmenuProperties(120,"right","right");

	addSubmenuItem("faculty.html","Alphabetical List","");
	addSubmenuItem("faculty_core.html","Core Faculty","");
	addSubmenuItem("faculty_affiliated.html","Affiliated Faculty","");
	addSubmenuItem("faculty_adjunct.html","Adjunct Faculty &<br>Research Associates","");
	addSubmenuItem("","By Subject: A - I","");
	
		defineChildmenuProperties(200,"right","right",7,6,"");
		addChildmenuItem("faculty_agroforestry.html","Agroforestry/Agroculture","","");
		addChildmenuItem("faculty_animalsystematics.html","AnimalSystematics","","");
		addChildmenuItem("faculty_behavioralecology.html","Behavioral Ecology","","");
		addChildmenuItem("faculty_biogeography.html","Biogeography","","");
		addChildmenuItem("faculty_botany.html","Botany/Ethnobotany","","");
		addChildmenuItem("faculty_captivebreeding.html","Captive Breeding","","");
		addChildmenuItem("faculty_conservationbiology.html","Conservation Biology","","");
		addChildmenuItem("faculty_ecology.html","Ecology/Tropical Ecology","","");
		addChildmenuItem("faculty_entomology.html","Entomology","","");
		addChildmenuItem("faculty_enveconomics.html","Environmental Economics and Policy","","");
		addChildmenuItem("faculty_enveducation.html","Environmental Education","","");
		addChildmenuItem("faculty_evolution.html","Evolution","","");
		addChildmenuItem("faculty_genetics.html","Genetics/Conservation Genetics","","");
		addChildmenuItem("faculty_herpetology.html","Herpetology","","");
		addChildmenuItem("faculty_humanenvironment.html","Human Environment/Agroecology","","");
		addChildmenuItem("faculty_ichthyology.html","Ichthyology","","");
				
	addSubmenuItem("","By Subject: L - W","");
		
		defineChildmenuProperties(230,"right","right",7,6,"");
		
		addChildmenuItem("faculty_landscape.html","Landscape Ecology/GIS","","");
		addChildmenuItem("faculty_mammalogy.html","Mammalogy","","");
		addChildmenuItem("faculty_marine.html","Marine Conservation/Fisheries Management","","");
		addChildmenuItem("faculty_molecularevolution.html","Molecular Evolution","","");
		addChildmenuItem("faculty_microbiology.html","Microbiology","","");
		addChildmenuItem("faculty_mycology.html","Mycology","","");
		addChildmenuItem("faculty_neurobiology.html","Neurobiology","","");
		addChildmenuItem("faculty_ornithology.html","Ornithology","","");
		addChildmenuItem("faculty_plantphysiology.html","Plant Physiology","","");
		addChildmenuItem("faculty_plantsystematics.html","Plant Systematics","","");
		addChildmenuItem("faculty_populationbiology.html","Population Biology","","");
		addChildmenuItem("faculty_primatology.html","Primatology","","");
		addChildmenuItem("faculty_vertebratepaleo.html","Vertebrate Paleontology","","");
		addChildmenuItem("faculty_wildlifeconservation.html","Wildlife Conservation/Medicine","","");
	
addMainItem("postdocs.html", "POST-DOCS",65,"center","");

addMainItem("","STUDENTS",60,"center",""); 

	defineSubmenuProperties(170,"left","left");

	addSubmenuItem("resources_phd.html","Ph.D. Students","");
	addSubmenuItem("resources_ma.html","M.A. Students","");
	addSubmenuItem("resources_undergraduate.html","Undergraduate Students","");
	addSubmenuItem("","Alumni","");
		
		defineChildmenuProperties(150,"right","right",7,6,"");
		
		addChildmenuItem("resources_phd_past.html","Ph.D. Students","","");
		addChildmenuItem("resources_ma_past.html","M.A. Students","","");
	
	addSubmenuItem("resources_handbook.html","Grad Student Handbook","");
	addSubmenuItem("resources_forms.html","Forms for Download","");
	addSubmenuItem("http://www.columbia.edu/cu/e3bgrads","Graduate Students Association","_blank");
	addSubmenuItem("resources_funding.html","Funding Sources","");
	addSubmenuItem("http://morgan.cerc.columbia.edu:81/", "PhD Student Progress Database","_blank");
	
		
addMainItem("courses.html","COURSES",60,"center",""); 
	defineSubmenuProperties(110,"right","right");

	addSubmenuItem("courses.html","Fall","");
	addSubmenuItem("courses_next.html","Spring","");
	addSubmenuItem("seminar.html","Research Seminar","");
	addSubmenuItem("undergrad_offerings.html","Undergraduate","");
	addSubmenuItem("graduate_offerings.html","Graduate","");
	



//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

