BLANK_IMAGE = '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:"#999999",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"#5B2E00"	// 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:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"#5B2E00",	// color of the item shadow, if any
		bgON:"#5B2E00",		// background color for the items
		bgOVER:"#9F4F00"	// 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,110], leveloff:[19,0], style:[STYLE1, STYLE2], size:[20,110]},
	{code:"HOME", url:"index.htm"
	},
	
	{code:"TERRA NOVA", url:"about.htm",
	sub:[
			{"size":[20,130], itemoff:[20,0]},
			{code:"Let's Do It", url:"about.htm"},
			{code:"The Team", url:"team.htm"},
			{code:"Testimonials", url:"testimonials.htm"},
			{code:"Sucessful Projects", url:"testimonial-projects.htm"},
			{code:"Media Gallery", url:"mediagallery/index.htm"},
			{code:"Links and travel info", url:"links.htm"},
			{code:"Service Guarantee", url:"docs/serviceguarantee_eng.pdf", target:"_blank"},
		]
	},
	
{code:"PORTFOLIO", url:"portfolio-incentives.html",
	sub:[
			{"size":[20,150], itemoff:[20,0]},
			{code:"Incentives & Events", url:"portfolio-incentives.html"},
			{code:"Conferences & Meetings", url:"portfolio-conferences.html"},
			{code:"Individual Travel", url:"portfolio-tailormade.html"},
			{code:"Special Interest", url:"portfolio-specialinterest.html"},
		]
	},
	
	{code:"DESTINATIONS", url:"destinations.htm"
	},
	
		{code:"GET INVOLVED", url:"getinvolved.html",
			sub:[
			{"size":[20,200], itemoff:[20,0]},
			{code:"Humanitarian Projects", url:"social.htm"},
			{code:"Wildlife Conservation Projects", url:"social-wildlife.html"},
		]
	},
	
	{code:"CONTACT US", url:"contact.htm"
	}
];
