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:'Watch Our Video', url:'http://www.themeetingschool.org/pp/video/intro.php', format:{size:[30,190], style:STYLE}
	},
	{code:'Read Our Blog', url:'http://www.themeetingschool.blogspot.com/', format:{itemoff:[0,191], size:[30,189], style:STYLEb}
	},
	{code:'Contact Us', url:'http://www.themeetingschool.org/pp/contactus.php', format:{itemoff:[0,190], size:[30,189], style:STYLEc}
	},
		{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:'Annual Fund', url:'http://www.themeetingschool.org/pp/giving/annualfund.php'},
			{code:'Tuition Assistance Pledge', url:'http://www.themeetingschool.org/pp/giving/tuitionassistancepledge.php'},
			{code:'Planned Giving', url:'http://www.themeetingschool.org/pp/giving/plannedgiving.php'},						
			{code:'Volunteer', url:'http://www.themeetingschool.org/pp/giving/volunteer.php'}
			]
	}
];
