BLANK_IMAGE = 'graphics/b.gif';

var STYLE = {
	
	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:"#505050",		// background color for the items
		bgOVER:"#8C8C8C"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};


var STYLE1 = {
	
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#CDCEC6",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#",		// background color for the items
		bgOVER:"#"	// 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", delay:[200, 800], itemoff:[0,80], leveloff:[8,0], style:STYLE1, size:[18,100]},
			{code:"Home.",format:{size:[18,70],itemoff:[0,0]},url:"index.html"},
			{code:"|",format:{size:[18,10],itemoff:[0,70]},url:""},
			{code:"The Fleet",format:{size:[18,65],itemoff:[0,1]},url:""
			,
			sub:[ {leveloff:[10,10], itemoff:[30,0],style:STYLE, size:[43,60]},
			{code:"&nbsp;<strong>»</strong> 8 Berth Snoozecruiser ",format:{size:[30,170]},url:"http://www.snoozecruisers.com/snooze_cruiser_8_sleeper.html"},
			{code:"&nbsp;<strong>»</strong> 10/12 Berth Snoozecruiser",format:{size:[30,170]},url:"10_12berth.html"},
			{code:"&nbsp;<strong>»</strong> Chrysler 300C Chauffeur<br/>&nbsp; &nbsp; &nbsp;Driven Cars",format:{size:[35,170]},url:"chrysler300c.html"},
			{code:"&nbsp;<strong>»</strong> Coach Services",format:{size:[30,170]},url:"http://www.bellevue-mcr.com/"},
			
		]
			},
			{code:"|",format:{size:[18,10],itemoff:[0,68]},url:""},
			
			{code:"Prices",format:{size:[18,50],itemoff:[0,1]},url:"prices.html",
			
			sub:[ {leveloff:[10,18], itemoff:[20,0],style:STYLE, size:[43,64]},
			{code:"&nbsp;<strong>»</strong> Feedback",format:{size:[25,140]},url:"feedback.html"},	
			
			
		]
			},
			{code:"|",format:{size:[18,10],itemoff:[0,52]},url:""},
			{code:"Terms & Conditions",format:{size:[18,125],itemoff:[0,1]},url:"terms_condition.html"},
						
			{code:"|",format:{size:[18,10],itemoff:[0,125]},url:""},
			{code:"Get a Quote ",format:{size:[18,80],itemoff:[0,1]},url:"quote.html"},
			{code:"|",format:{size:[18,10],itemoff:[0,80]},url:""},
			{code:"Contact Us ",format:{size:[18,75],itemoff:[0,0]},url:"contact.html"},
			
		];
