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: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:"#5277A3"	// 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,100]},
{code:"<img src='images/home.gif'>", format:{size:[30,81], itemoff:[0,81]},url:"index.html"},
{code:"<img src='images/fleet.gif'>", format:{size:[30,101], itemoff:[0,81]},url:"fleet.html",
	sub:[
			{itemoff:[25,0],leveloff:[31,0], style:STYLE3, size:[31,130]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Stretched Limo</td></tr></table>",url:"fleet1.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Excursion</td></tr></table>",url:"excursion.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Mercedes Benz</td></tr></table>",url:"fleet2.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Dodge Limousine</td></tr></table>",url:"fleet3.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Hummer H3</td></tr></table>",url:"fleet5.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Pink Hummer H3</td></tr></table>",url:"fleet7.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Bentley</td></tr></table>",url:"bentley_arnage.html"},
			
			]

	
},
{code:"<img src='images/services.gif'>", format:{size:[30,129], itemoff:[0,101]},url:"services.html"},
{code:"<img src='images/pricing.gif'>", format:{size:[30,116], itemoff:[0,129]},url:"pricing.html"},
{code:"<img src='images/contactus.gif'>", format:{size:[30,128], itemoff:[0,116]},url:"contactus.html",
	sub:[
			{itemoff:[25,0],leveloff:[31,0], style:STYLE3, size:[31,100]},
			
			
			
			]

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