BLANK_IMAGE = 'images/b.gif';

var STYLE2 = {
	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:"#7daedb",		// background color for the items
		bgOVER:"#FFFFF"	// 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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		//bgON:"#3A5988",		// background color for the items
		bgOVER:"#3A5988"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};
var STYLE3 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#c0c0c0",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#b1b0b0",		// background color for the items
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS1 = [
{pos:"relative", itemoff:[0,10], leveloff:[0,20], style:STYLE1, size:[0,115]},
{code:"<img src='images/link01-on.gif'>", format:{size:[25,118], itemoff:[0,118]},url:"home.html"},
{code:"<img src='images/link02-on.gif'>", format:{size:[25,115], itemoff:[0,115]},url:"fleet.html",
	sub:[
			{itemoff:[25,0],leveloff:[23,-21], style:STYLE3, size:[31,130]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;VIP Security</td></tr></table>",url:"services01.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Corporate</td></tr></table>",url:"services02.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Weddings</td></tr></table>",url:"services03.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Special Ocassions</td></tr></table>",url:"services04.html"},
		]

	
},
{code:"<img src='images/link03-on.gif'>", format:{size:[25,115], itemoff:[0,115]},url:"services.html",

	sub:[
			{itemoff:[25,0],leveloff:[23,-21], style:STYLE3, size:[31,190]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Rolls Royce Phantom</td></tr></table>",url:"cars01.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Bentley Flying Spur</td></tr></table>",url:"cars02.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Range Rover Sport</td></tr></table>",url:"cars03.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Chrysler C300 Limo</td></tr></table>",url:"cars04.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Mercedes 16 Seater</td></tr></table>",url:"mercedes_16_seater.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Lamborghini Gallardo Spyder</td></tr></table>",url:"lambo.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Bentley Arnage</td></tr></table>",url:"cars05.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Mercedes S Class</td></tr></table>",url:"cars06.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;People Carrier</td></tr></table>",url:"cars07.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Hummer H2</td></tr></table>",url:"hummer_h2_limousine.html"},
			
		]

	
},


{code:"<img src='images/link04-on.gif'>", format:{size:[25,115], itemoff:[0,115]},url:"pricing.html",
	sub:[
			{itemoff:[25,0],leveloff:[23,-21], style:STYLE3, size:[31,172]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Booking Form - PDF</td></tr></table>",url:"booking.pdf",target:"_blank"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;On-line Account Application</td></tr></table>",url:"account.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Terms & Conditions</td></tr></table>",url:"conditions.pdf",target:"_blank"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Valet Parking Form</td></tr></table>",url:"valet.pdf",target:"_blank"},
		]

	
},




{code:"<img src='images/link05-on.gif'>", format:{size:[25,117], itemoff:[0,117]},url:"contactus.html",
	sub:[
			{itemoff:[25,0],leveloff:[23,-21], style:STYLE3, size:[31,117]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Testimonials</td></tr></table>",url:"contact02.html"},
		]

	
},
		];
//{code:"<img src='"+sitePath+"/images/button08.jpg'>",format:{size:[21,76],itemoff:[0,34]},
		
//	},];
	
