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:"#932222"	// 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/btn01_off.gif'>", format:{size:[27,115], itemoff:[0,115]},url:"index.html",ocode:"<img src='images/btn01_on.gif'>", format:{size:[27,115], itemoff:[0,115]},url:"index.html"},
{code:"<img src='images/btn02_off.gif'>", format:{size:[27,115], itemoff:[0,115]},url:"service.html",ocode:"<img src='images/btn02_on.gif'>", format:{size:[27,125], itemoff:[0,115]},url:"service.html",
	sub:[
			{itemoff:[31,0],leveloff:[27,-21], style:STYLE3, size:[31,125]},
			
		]

	
},
{code:"<img src='images/btn03_off.gif'>", format:{size:[27,125], itemoff:[0,151]},url:"vehicles.html",ocode:"<img src='images/btn03_on.gif'>", format:{size:[27,151], itemoff:[0,125]},url:"vehicles.html",

	sub:[
			{itemoff:[31,0],leveloff:[27,-21], style:STYLE3, size:[31,201]},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Black & Silver Chrysler Limo</td></tr></table>",url:"cars01.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Black & Silver Chrysler Limo</td></tr></table>",url:"cars01.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;White Chrysler Limousine</td></tr></table>",url:"cars02.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;White Chrysler Limousine</td></tr></table>",url:"cars02.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Hummer H2</td></tr></table>",url:"cars03.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Hummer H2</td></tr></table>",url:"cars03.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Lincoln Limousine</td></tr></table>",url:"cars04.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Lincoln Limousine</td></tr></table>",url:"cars04.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;White and Pink Limousine</td></tr></table>",url:"pink_limousine.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;White and Pink Limousine</td></tr></table>",url:"pink_limousine.html"},
			{code:"<table width='100%'><tr><td align='left'>&nbsp;Ferrari Spider 360</td></tr></table>",url:"ferrari.html",ocode:"<table width='100%'><tr><td align='left' style='color:white;'>&nbsp;Ferrari Spider 360</td></tr></table>",url:"ferrari.html"},
		]

	
},


{code:"<img src='images/btn04_off.gif'>", format:{size:[27,151], itemoff:[0,151]},url:"pricing.html",ocode:"<img src='images/btn04_on.gif'>", format:{size:[27,172], itemoff:[0,151]},url:"pricing.html"},


{code:"<img src='images/btn05_off.gif'>", format:{size:[27,172], itemoff:[0,172]},url:"contact.html",ocode:"<img src='images/btn05_on.gif'>", format:{size:[27,216], itemoff:[0,172]},url:"contact.html",




	sub:[
			{itemoff:[31,0],leveloff:[27,-21], style:STYLE3, size:[31,212]},
			{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:"<img src='"+sitePath+"/images/button08.jpg'>",format:{size:[21,76],itemoff:[0,34]},
		
//	},];
	
