BLANK_IMAGE = 'http://www.themeetingschool.org/banner/pixel.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'b993a9',		// background color for the items
		bgOVER:'cda7bd'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};

var STYLEa = {
	border:1,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'b993a9',		// background color for the items
		bgOVER:'cda7bd'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};

var STYLEb = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'9089b9',		// background color for the items
		bgOVER:'a49dcd'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};


var STYLEc = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'7f97af',		// background color for the items
		bgOVER:'93abc3'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};


var STYLEd = {
	border:0,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'566c3f',		// background color for the items
		bgOVER:'66875d'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means 'none'
	shadow:0,			// item's shadow size, pixels; zero means 'none'
	color:{
		border:'ffffff',	// color of the item border, if any
		shadow:'',	// color of the item shadow, if any
		bgON:'cad6e0',		// background color for the items
		bgOVER:'7192a5'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn2',		// CSS class for items
		OVER:'clsCMOver2'	// CSS class for item which is under mouse
	}
};



var MENU_ITEMS_01 = [
	{pos:'relative', leveloff:[0,0], style:STYLE},
	{code:'Monthly News', url:'http://www.themeetingschool.org/pp/newsletter.php', format:{size:[30,190], style:STYLE}
	},
	{code:'Alumni', url:'http://www.meetingschool.org/pp/alumni.php', format:{itemoff:[0,191], size:[30,189], style:STYLEb},
			sub:[
			{itemoff:[29,0], leveloff:[30,0], size:[30,190], style:STYLE2},
			{code:'Reunion', url:'http://www.meetingschool.org/pp/alumni/reunion.php'},
			{code:'Lodging', url:'http://www.meetingschool.org/pp/directions/lodging.php'},
			{code:'Connect', url:'http://www.meetingschool.org/pp/alumni/listserve.php'},						
			{code:'Meeting School Store', url:'http://www.meetingschool.org/pp/alumni/themeetingschoolstore.php'}
			]
	},
	{code:'About the School', url:'http://www.meetingschool.org/pp/abouttheschool.php', format:{itemoff:[0,190], size:[30,189], style:STYLEc},
			sub:[
			{itemoff:[29,0], leveloff:[30,0], size:[30,190], style:STYLE2},
			{code:'History', url:'http://www.meetingschool.org/pp/abouttheschool/history.php'},
			{code:'Board of Trustees', url:'http://www.meetingschool.org/pp/abouttheschool/boardoftrustees.php'},
			{code:'Accreditations & Affiliations', url:'http://www.meetingschool.org/pp/abouttheschool/accreditationsandaffiliations.php'},						
			{code:'About the Area', url:'http://www.meetingschool.org/pp/abouttheschool/aboutthearea.php'},
			{code:'Directions', url:'http://www.meetingschool.org/pp/directions.php'},
			{code:'Lodging', url:'http://www.meetingschool.org/pp/directions/lodging.php'}
			]
	},
		{code:'Support Us', url:'http://www.themeetingschool.org/pp/supportus.php', format:{itemoff:[0,191], size:[30,190], style:STYLEd},
		sub:[
			{itemoff:[29,0], leveloff:[30,0], size:[30,190], style:STYLE2},
			{code:'Giving', url:'http://www.themeetingschool.org/pp/giving/giving.php'},						
			{code:'Volunteer', url:'http://www.themeetingschool.org/pp/giving/volunteer.php'}
			]
	}
];

