 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:"#485357",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#581c01"	// 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,122]},
{code:"<img src='images/link01-on.gif'>", format:{size:[27,86], itemoff:[0,86]},url:"home.html",ocode:"<img src='images/link01-off.gif'>", format:{size:[27,86], itemoff:[0,86]},url:"home.html"},
{code:"<img src='images/link02-on.gif'>", format:{size:[27,103], itemoff:[0,86]},url:"services.html",ocode:"<img src='images/link02-off.gif'>", format:{size:[27,103], itemoff:[0,86]},url:"services.html"},
	
{code:"<img src='images/link03-on.gif'>", format:{size:[27,97], itemoff:[0,103]},url:"cars01.html",ocode:"<img src='images/link03-off.gif'>", format:{size:[27,97], itemoff:[0,103]},url:"cars01.html",

	sub:[
			{itemoff:[31,0],leveloff:[34,-21], style:STYLE3, size:[32,185]},
			{code:"<table width='100%'><tr><td align='left'>Fire Engine Limo</td></tr></table>",url:"fire_engine_limo.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>Fire Engine Limo</td></tr></table>",url:"fire_engine_limo.html"},
			{code:"<table width='100%'><tr><td align='left'>Pink Crush</td></tr></table>",url:"cars01.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>Pink Crush</td></tr></table>",url:"cars01.html"},
			{code:"<table width='100%'><tr><td align='left'>Blue Crush</td></tr></table>",url:"blue.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>BlueCrush</td></tr></table>",url:"blue.html"},
			{code:"<table width='100%'><tr><td align='left'>Chrysler 300C (Bentley Style)</td></tr></table>",url:"cars02.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>Chrysler 300C (Bentley Style)</td></tr></table>",url:"cars02.html"},
			{code:"<table width='100%'><tr><td align='left'>Pink Hummer</td></tr></table>",url:"cars03.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>Pink Hummer</td></tr></table>",url:"cars03.html"},
			{code:"<table width='100%'><tr><td align='left'>2 Tone Custom H2</td></tr></table>",url:"cars04.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>2 Tone Custom H2</td></tr></table>",url:"cars04.html"},
			{code:"<table width='100%'><tr><td align='left'>White Hummer Triple Alxe</td></tr></table>",url:"cars05.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>White Hummer Triple Alxe</td></tr></table>",url:"cars05.html"},
			

		]

	
},


{code:"<img src='images/link04-on.gif'>", format:{size:[27,146], itemoff:[0,97]},url:"contact.html",ocode:"<img src='images/link04-off.gif'>", format:{size:[27,146], itemoff:[0,97]},url:"contact.html"},





{code:"<img src='images/link05-on.gif'>", format:{size:[27,98], itemoff:[0,146]},url:"feedback.html",ocode:"<img src='images/link05-off.gif'>", format:{size:[27,98], itemoff:[0,146]},url:"feedback.html",

	sub:[
			{itemoff:[31,0],leveloff:[34,-21], style:STYLE3, size:[32,131]},
			{code:"<table width='100%'><tr><td align='left'>Common Questions</td></tr></table>",url:"question.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>Common Questions</td></tr></table>",url:"question.html"},

		]
	
}


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