//UDMv3.2.2
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.2.2 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/
//
///////////////////////////////////////////////////////////////////////////

///////////////////////////////////////////////////////////////////////////
//  Caroline Longley March 2008 - changing for re-branding:
//
//  replaced #6C6B6F with #6C6B6F
//  removed visitors book
//  moved 'home' to be the first option
//  Changed how can you help to 'how can I help'
//  Increased top menu font size from 10 to 11
//  Then trying to change the spacing so that the width of the menu is 600px
///////////////////////////////////////////////////////////////////////////


// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";	// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	0; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "/nav/";	// base path 
var zORDER = 	100;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"#6C6B6F";	// main nav cell color
var rCOLOR = 	"#6C6B6F";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	"#CC9966"	// main nav border color
var aLINK = 	"#ffffff";	// main nav link color
var aHOVER = 	"#eaeaea";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana,arial,helvetica,sans-serif";	// main nav font face		
var fSIZE = 	11;		// main nav font size (pt Changed by A.P - see style.js)	
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	11;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	0;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#6C6B6F";	// submenu cell color
var srCOLOR = 	"#6C6B6F";	// submenu cell rollover color
var sbSIZE = 	0;		// submenu border size
var sbCOLOR = 	"#CC9966"	// submenu border color
var saLINK = 	"#ffffff";	// submenu link color
var saHOVER = 	"#eaeaea";	// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana,arial,helvetica,sans-serif";// submenu font face		
var sfSIZE = 	8;		// submenu font size (pt Changed by A.P - see style.js)	
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 9;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	0;		// submenu drop shadow size 
var shCOLOR =	"#bcbcbc";	// submenu drop shadow color
var shOPACITY = 75;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu	
var chvOFFSET = 0;		// shift the child menus vertically 			
var chhOFFSET = 0;		// shift the child menus horizontally 		

var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width 



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","target")

//addMainItem("/","Home &nbsp;",100,"center",""); 

addMainItem("/","Home &nbsp;",130,"center",""); 

	defineSubmenuProperties(150,"center","left");


//addMainItem("/about/","About Bethany",120,"center",""); 


addMainItem("/about/","About Bethany",160,"center",""); 


	// define submenu properties (width,"align to edge","text-alignment")

	defineSubmenuProperties(140,"right","left");

	
	// add submenu link items ("url","Link name","target")
	addSubmenuItem("/annualreport/","Annual Report &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/newsletter/","Newsletter &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/sevenlevels/","Our Seven Levels &nbsp; &nbsp; ","");
	
			// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		defineChildmenuProperties(150,"left","left",3,3,"");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("/sevenlevels/level1.php","Street Work","","");
		addChildmenuItem("/sevenlevels/level2.php","Emergency Acomodation","","");
		addChildmenuItem("/sevenlevels/level3.php","Specialist Units","","");
		addChildmenuItem("/sevenlevels/index.php#level4","Supported Housing","","")
		addChildmenuItem("/sevenlevels/level5.php","Home Furniture Provision","","");
		addChildmenuItem("/sevenlevels/level6.php","Community Education","","");
		addChildmenuItem("/sevenlevels/level7.php","Community Integration","","");
		
	addSubmenuItem("/aberdeen/","Bethany in Aberdeen &nbsp; &nbsp;","");
	addSubmenuItem("/socialenterprise/","Social Enterprise &nbsp; &nbsp;","");	
	addSubmenuItem("/about/whoswho.php","Who's Who &nbsp; &nbsp; &nbsp; ","");
	addSubmenuItem("/about/locations.php","Where to find us &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/events/","Events Calendar &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/pr/","Press Releases &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/contact/","Contact us &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/about/links.php","Other Sites &nbsp; &nbsp; &nbsp; &nbsp;","");
	



//addMainItem("/help/","How can I help",140,"center",""); 

addMainItem("/help/","How can I help?",180,"center",""); 

	defineSubmenuProperties(140,"right","left");
		

	addSubmenuItem("/help/volunteers.php","Volunteers &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/help/donations.php","Donating Goods &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/help/fundraising.php","Fundraising &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/help/bethanyshops.html","Bethany Shops &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;","");	


//addMainItem("/vacancies/index.php","Vacancies",100,"center",""); 

addMainItem("/vacancies/index.php","Vacancies",176,"center",""); 

	defineSubmenuProperties(130,"right","left");

	addSubmenuItem("/vacancies/jobs.php","Employment &nbsp; &nbsp; &nbsp; &nbsp;","");
	addSubmenuItem("/help/volunteers.php","Volunteer Vacancies &nbsp; ","");
	addSubmenuItem("/vacancies/hostel.php","Hostel Vacancies &nbsp; &nbsp; &nbsp; &nbsp;","");





//addMainItem("/guestbook/guestbook.php","Visitors book",100,"center",""); 

//	defineSubmenuProperties(127,"center","left");

//	addSubmenuItem("/guestbook/guestbook.php","View entries &nbsp; &nbsp; &nbsp; &nbsp;","");
//	addSubmenuItem("/contact/","Contact us &nbsp; &nbsp; &nbsp; &nbsp;","");





//addMainItem("/","Home &nbsp;",168,"center",""); 

//	defineSubmenuProperties(150,"center","left");



//********************************************************************


//**DO NOT EDIT THIS *****
}//***********************
//************************

