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:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#b1b0b0",		// background color for the items
		bgOVER:"#F8AB6C"	// 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,125]},
{code:"<img src='images/btn01.gif'>", format:{size:[28,125], itemoff:[0,125]},url:"index.html",ocode:"<img src='images/btn01.gif'>", format:{size:[28,125], itemoff:[0,125]},url:"index.html"},
{code:"<img src='images/btn02.gif'>", format:{size:[28,125], itemoff:[0,138]},url:"service.html",ocode:"<img src='images/btn02.gif'>", format:{size:[28,138], itemoff:[0,125]},url:"service.html"},
{code:"<img src='images/btn03.gif'>", format:{size:[28,129], itemoff:[0,138]},url:"fleet.html",ocode:"<img src='images/btn03.gif'>", format:{size:[28,129], itemoff:[0,138]},url:"fleet.html",

	sub:[
			{itemoff:[31,0],leveloff:[28,-21], style:STYLE3, size:[31,125]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Limo</td></tr></table>",url:"fleet01.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Limo</td></tr></table>",url:"fleet01.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Rover Connoisseur</td></tr></table>",url:"fleet02.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Rover Connoisseur</td></tr></table>",url:"fleet02.html"},
		]


},


{code:"<img src='images/btn04.gif'>", format:{size:[28,180], itemoff:[0,129]},url:"pricing.html",ocode:"<img src='images/btn04.gif'>", format:{size:[28,180], itemoff:[0,129]},url:"pricing.html",

sub:[
			{itemoff:[31,0],leveloff:[28,-21], style:STYLE3, size:[31,180]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Pay Now</td></tr></table>",url:"paynow.php",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Deposits or Balances On Line</td></tr></table>",url:"paynow.php"},
			]

	
},


{code:"<img src='images/btn05.gif'>", format:{size:[28,164], itemoff:[0,180]},url:"contact.html",ocode:"<img src='images/btn05.gif'>", format:{size:[28,164], itemoff:[0,180]},url:"contact.html",

	sub:[
			{itemoff:[31,0],leveloff:[28,-21], style:STYLE3, size:[31,164]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Testimonials</td></tr></table>",url:"testimonials.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Testimonials</td></tr></table>",url:"testimonials.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Feedback</td></tr></table>",url:"feedback.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Feedback</td></tr></table>",url:"feedback.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Terms & Conditions</td></tr></table>",url:"terms.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Terms & Conditions</td></tr></table>",url:"terms.html"},
		]


	
},





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