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:"Ihr Urlaub",url:"de_accommodation.htm",
		sub:[
			{itemoff:[23,0]},
			{code:"Die Häuser",url:"de_houses.htm"

			},
			{code:"Das Team",url:"de_team.htm"

			},
			{code:"Essen und Trinken",url:"de_food.htm"

			}]
	},
	{code:"Reiten",url:"de_equestrian.htm",
		sub:[
			{itemoff:[23,0]},
			{code:"Die Pferde",url:"de_horses.htm"

			},
			{code:"Unterricht",url:"de_lessons.htm"

			},
			{code:"Jump Cross",url:"de_jumpcross.htm"
			},
			{code:"Querfeldeinreiten",url:"de_x_country.htm"

			},
			{code:"Jagen",url:"de_hunting.htm"
			},

			{code:"Treibjagd",url:"de_drag_hunting.htm"
			},
			{code:"Hirschjagd",url:"de_stag_hunting.htm"
			},
		]
	},
	{code:"Andere Aktivitäten", 
		sub:[
			{itemoff:[23,0]},
			{code:"Golf",url:"de_golf.htm"

			},
			{code:"Surfen",url:"de_surfing.htm"

			},
			{code:"Freizeit",url:"de_other_sports.htm"

			}
		]
	},
	{code:"Preise",url:"de_prices.htm"},
	{code:"Kontakt", 
		sub:[
			{itemoff:[23,0]},
			{code:"Wo sind wir",url:"de_location.htm"

			},
			{code:"Anfrageformular",url:"de_enquiry.htm"

			},
			{code:"Kontaktdetails",url:"de_contact.htm"

			}
		]
	},
];
