//UDMv2.1.1
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************

// *** for more information about the script ******************************
// *** see http://www.brothercake.com/dropdown/ ***************************
// *** or http://www.dynamicdrive.com/dynamicindex1/topmen3/index.htm ****


// *** POSITIONING AND STYLES *********************************************


var menuALIGN = "left";		// alignment
var absLEFT = 	0;		// absolute left or right position (if not center)
var absTOP = 	66; 		// 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)

var mCOLOR = 	"#333366";	        // main nav cell color
var rCOLOR = 	"#ffcc33";	// main nav cell rollover color
var keepLIT =	true;		// keep rollover color when browsing menu
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"#333366"	// main nav border color
var aLINK = 	"#ffffcc";	// main nav link color
var aHOVER = 	"#4b4b4b";		// 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 = 	5;		// 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 = 	"#cccc99";	// submenu cell color
var srCOLOR = 	"#ffcc33";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// 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 = 3;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size
var shCOLOR =	"";	// submenu drop shadow color
var shOPACITY = 45;		// submenu drop shadow opacity (not ns4 or Opera 5)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","target")

addMainItem("../../../../classrooms/index.html","TEACHING & LEARNING",140,"left",""); 


	// define submenu properties (width,"align to edge","text-alignment")

	defineSubmenuProperties(141,"left","left");

	
	// add submenu link items ("url","Link name","target")
	addSubmenuItem("../../../../classrooms/index.html","Introduction","");
	addSubmenuItem("../../../../classrooms/mission.html","Mission","");
	addSubmenuItem("../../../../classrooms/courses.html","Courses","");
	addSubmenuItem("../../../../classrooms/projects.html","Curriculum Projects","");
	addSubmenuItem("../../../../classrooms/tools.html","Toolbox","");
	addSubmenuItem("../../../../classrooms/contact.html","Contact Info","");

addMainItem("../../../../community/index.html","COMMUNITY",95,"center",""); 

	defineSubmenuProperties(95,"left","left");

	addSubmenuItem("../../../../community/index.html","Introduction","");
	addSubmenuItem("../../../../community/ctc/index.html","CTC Bank","");
	addSubmenuItem("../../../../community/harlemlive.html","Harlem Live","");
    addSubmenuItem("../../../../community/contact.html","Contact Info","");



addMainItem("../../../../evaluation/index.html","EVALUATION",95,"center",""); 

	defineSubmenuProperties(95,"left","left");

	addSubmenuItem("../../../../evaluation/index.html","Introduction","");
	addSubmenuItem("../../../../evaluation/projects.html","Projects","");
	addSubmenuItem("../../../../evaluation/contact.html","Contact Info","");




addMainItem("../../../../scholarship/index.html","SCHOLARSHIP",100,"center",""); 

	defineSubmenuProperties(100,"left","left");

	addSubmenuItem("../../../../scholarship/index.html","Item 1","");
	addSubmenuItem("../../../../scholarship/index.html","Item 2","");
	addSubmenuItem("../../../../scholarship/index.html","Item 3","");

addMainItem("../../../../policy/index.html","POLICY",70,"center",""); 

	defineSubmenuProperties(70,"left","left");

	addSubmenuItem("../../../../policy/index.html","Item 1","");
	addSubmenuItem("../../../../policy/index.html","Item 2","");
	addSubmenuItem("../../../../policy/index.html","Item 3","");
	
	
addMainItem("../../../../interns/index.html","INTERNSHIPS",100,"center",""); 

	defineSubmenuProperties(100,"left","left");

	addSubmenuItem("../../../../interns/index.html","Introduction","");
	addSubmenuItem("../../../../interns/oppty.html","Opportunities","");
	addSubmenuItem("../../../../interns/application.html","Prospective Interns","");
	addSubmenuItem("../../../../interns/employ.html","Employers","");
	addSubmenuItem("../../../../interns/contact.html","Contact Us","");

	
	
	
addMainItem("../../../../consulting/index.html","CONSULTING",100,"center",""); 

	defineSubmenuProperties(100,"left","left");

	addSubmenuItem("../../../../consulting/index.html","Introduction","");
	addSubmenuItem("../../../../consulting/schools.html","Classrooms","");
	addSubmenuItem("../../../../consulting/community.html","Community","");
	addSubmenuItem("../../../../consulting/evaluation.html","Evaluation","");
	addSubmenuItem("../../../../consulting/web.html","Web Development","");
	addSubmenuItem("../../../../consulting/summary.html","Projects Summary","");
	
addMainItem("../../../../design/index.html","DESIGN",65,"center",""); 

	defineSubmenuProperties(65,"left","left");

	addSubmenuItem("../../../../design/index.html","Item 1","");
	addSubmenuItem("../../../../design/index.html","Item 2","");
	addSubmenuItem("../../../../design/index.html","Item 3","");



//********************************************************************

//**DO NOT EDIT THIS *****
}//***********************
//************************

