BLANK_IMAGE = 'images/b.gif';



var STYLE = {

	border:1,			// item's border width, pixels; zero means "none"

	shadow:3,			// 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:"#006699",		// background color for the items

		bgOVER:"#3399CC"	// background color for the item which is under mouse right now

	},

	css:{

		ON:"clsCMOn",		// CSS class for items

		OVER:"clsCMOver"	// CSS class  for item which is under mouse

	}

};



var MENU_ITEMS = [

	{pos:[223,241], leveloff:[24,0], style:STYLE},

	

	

	{code:"Home", format:{size:[25,60], url:"index.html"}

	},

	

	{code:"Brands We Carry", format:{size:[25,115], url:"brandswecarry.html", itemoff:[0,59]}

	},

	

	{code:"Service & Repair", url:"service_rates.html", format:{size:[25,110], itemoff:[0,114]},

		sub:[

			{itemoff:[24,0], size:[25,110]},

			{code:"Bike Service", url:"service_rates.html"

				

			},

			{code:"Bike Fitting", url:"bike_fitting.html"

				

			},

			

		]

		

	},

	

	

	

	

	

	

	{code:"Staff", url:"staff.html", format:{size:[25,60], itemoff:[0,109]}

	

	},

	

	{code:"Team Strada", format:{size:[25,110], itemoff:[0,59]}, url:"http://www.stradaracing.com"

		

	},

		

	{code:"Hours / Location", format:{size:[25,135], itemoff:[0,109]}, url:"hours_location.html"

		

	}

];

