BLANK_IMAGE = '/images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#6699CC",		// background color for the items
		bgOVER:"#4178B0"	// 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:"relative", itemoff:[0,119], leveloff:[23,0], style:STYLE, size:[23,120]},
	{code:"Your Holiday",url:"en_accommodation.htm",
		sub:[
			{itemoff:[23,0]},
			{code:"The Houses",url:"en_houses.htm"

			},
			{code:"Meet the Team",url:"en_team.htm"

			},
			{code:"Food & Drink",url:"en_food.htm"

			}]
	},
	{code:"Equestrian",url:"en_equestrian.htm",
		sub:[
			{itemoff:[23,0]},
			{code:"The Horses",url:"en_horses.htm"

			},
			{code:"Lessons",url:"en_lessons.htm"

			},
			{code:"Jump Cross",url:"en_jumpcross.htm"
			},
			{code:"Cross Crountry",url:"en_x_country.htm"

			},
			{code:"Hunting",url:"en_hunting.htm"
			},

			{code:"Drag Hunting",url:"en_drag_hunting.htm"
			},
			{code:"Stag Hunting",url:"en_stag_hunting.htm"
			},
		]
	},
	{code:"Other Activities", 
		sub:[
			{itemoff:[23,0]},
			{code:"Golf",url:"en_golf.htm"

			},
			{code:"Surfing",url:"en_surfing.htm"

			},
			{code:"Leisure",url:"en_other_sports.htm"

			}
		]
	},
	{code:"Prices",url:"en_prices.htm"},
	{code:"Contact Us", 
		sub:[
			{itemoff:[23,0]},
			{code:"Where we Are",url:"en_location.htm"

			},
			{code:"Enquiry Form",url:"en_enquiry.htm"

			},
			{code:"Booking Form",url:"en_bookingform.htm"

			},
			{code:"Contact Details",url:"en_contact.htm"

			}
		]
	},
];
