BLANK_IMAGE = 'images/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:"#DADADA",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#f6f6f6",		// background color for the items
		bgOVER:"#860000"	// 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 STYLE1 = {
	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:"",		// background color for the items
		bgOVER:"#F2F9E4"	// 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 MENU_ITEMS = [
	{pos:"relative", delay:[100, 888], itemoff:[0,0], leveloff:[0,0], style:STYLE1, size:[68,0]},
	
	//menu for home
	
	{code:"Home",url:"index.html"  ,format:{size:[56,100],itemoff:[0,100]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[57,0], style:STYLE, size:[22,145]},
					{code:"&nbsp;&nbsp; Limos in Bristol",url:"http://www.justxclusive.biz/"},
					
					
				]
		},
	
	
				
		{code:"The Fleet",url:"#"  ,format:{size:[56,130],itemoff:[0,100]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[57,0], style:STYLE, size:[22,170]},
					{code:"&nbsp;&nbsp; Black Chrysler C300",url:"black_chrysler_300C_stretched_limo.html"},
					{code:"&nbsp;&nbsp; Pink Stretched Porsche",url:"stretched-pink-porsche.html"},
					{code:"&nbsp;&nbsp; White Chrysler 300",url:"chrysler-limousine-a-class.html"},
					{code:"&nbsp;&nbsp; Lamborghini Gallardo",url:"Lamborghini_Gallardo.html"},
					{code:"&nbsp;&nbsp; Bentley Arnage",url:"hire-bentley-a-class.html"},
					{code:"&nbsp;&nbsp; Rolls Royce Phantom",url:"rolls_royce.html"},
{code:"&nbsp;&nbsp; Limos in Bristol",url:"http://www.justxclusive.biz/"},
					
					
				]
		},
		{code:"Our Services",url:"limo-services-a-class.html"  ,format:{size:[56,151],itemoff:[0,132]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[57,0], style:STYLE, size:[22,151]},
					{code:"&nbsp;&nbsp; Royal Ascot",url:"royal-ascot-limo.html"},
					
					
				]
		},
		{code:"Pricing",url:"pricing.html"  ,format:{size:[56,120],itemoff:[0,151]}},
		
		{code:"Testimonials",url:"testimonials.html"  ,format:{size:[56,135],itemoff:[0,120]}
		,
		sub:[
					{itemoff:[22,0],leveloff:[57,0], style:STYLE, size:[22,135]},
					{code:"&nbsp; Feedback",url:"feedback.html"},
					{code:"&nbsp; FAQ",url:"faq.html"},
{code:"&nbsp;&nbsp; Limos in Bristol",url:"http://www.justxclusive.biz/"},
				]
		},
		{code:"Contact Us",url:"contact-a-class-limos.html"  ,format:{size:[56,135],itemoff:[0,135]}},
{code:"&nbsp;&nbsp; Limos in Bristol",url:"http://www.justxclusive.biz/"},
		
		
					];


