// documentation at: http://javascript.cooldev.com/doc/menu/

BLANK_IMAGE = 'img/1x1.gif';

var STYLE = {
	zIndex:1000,
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#FF6600",		// background color for the items
		bgOVER:"#FF6600"	// 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 MENU_ITEMS = [
	{pos:[0,2], leveloff:[20,0]},
	{code:"Home", url:href="index.php", size:[22,26], style:[STYLE]},
	{code:"LEO Africa", url:href="about.php", itemoff:[0,46], size:[22,69], style:[STYLE],
		sub:[
			{itemoff:[22,0]},
			{code:"The Team", url:href="meet_the_team.php"
			},
		]
	},
	{code:"Selati Game Reserve", url:href="selati_game_reserve.php", itemoff:[0,72], size:[22,130], style:[STYLE]},
	{code:"Volunteer Work", url:href="volunteer_work.php", itemoff:[0,133], size:[22,110], style:[STYLE],
		sub:[
			{itemoff:[22,0]},
			{code:"Project Location", url:href="project_location.php"
			},
			{code:"Our Research", url:href="our_research.php"
			},
			{code:"Your Contribution", url:href="your_contribution.php"
			}
		]
	},
	{code:"Volunteer Life", url:href="volunteer_life.php", itemoff:[0,113], size:[22,131], style:[STYLE],
		sub:[
			{itemoff:[22,0]},
			{code:"Accommodation", url:href="volunteer_accommodation.php"
			},
			{code:"Field Conditions", url:href="field_conditions.php"
			},
			{code:"Duration & Group size", url:href="duration_group-size.php"
			}
		]
	},
	{code:"News &amp; Photos", url:href="news_and_photos.php", itemoff:[0,134], size:[22,96], style:[STYLE],
		sub:[
			{itemoff:[22,0]},
			{code:"Photos", url:href="photos-volunteer-life-1.php"
			}
		]
	},
	{code:"Volunteer Now", url:href="volunteer_now.php", itemoff:[0,99], size:[22,123], style:[STYLE],
		sub:[
			{itemoff:[22,0]},
			{code:"Prices", url:href="duration_group-size.php"
			},
			{code:"Terms &amp; Conditions", url:href="participation_conditions.php"
			},
			{code:"Health &amp; Safety", url:href="health_and_safety.php"
			}
		]
	},
	{code:"Contact", url:href="contact_us.php", itemoff:[0,126], size:[22,56], style:[STYLE]},

];
