BLANK_IMAGE = 'http://www.waterfire.co.za/images/spacer.gif';

var STYLE1 = {
	border:0,			// 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:"#999999",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"#b2ad5c"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menuOn",		// CSS class for items
		OVER:"menuOver"	// CSS class for item which is under mouse
	},
	transition:{
		fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.10)',
		fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.10)'
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#aaa576",	// color of the item border, if any
		shadow:"#ff0404",	// color of the item shadow, if any
		bgON:"#c4be66",		// background color for the items
		bgOVER:"#b2ad5c"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"subMenuOn",		// CSS class for items
		OVER:"subMenuOver"	// CSS class  for item which is under mouse
	},
	transition:{
		fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
		fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)'
	}
};

var MENU_ITEMS = [
	{pos:['relative'], dynamic:true, delay:[200,600], itemoff:[0,150], leveloff:[70,0], style:[STYLE1, STYLE2], size:[70,150]},
	{code:"About Us", url:"http://www.waterfire.co.za"},
	
	{code:"Ministry", url:"http://www.waterfire.co.za/ministries.htm"},
	
	{code:"Volunteering", url:"http://www.waterfire.co.za/slideshow/volunteering.htm"}
];
