BLANK_IMAGE = 'media/blank.gif';

var STYLE = {
	border:0,			// 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:"white",		// background color for the items
		bgOVER:"white"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"side_links",		// CSS class for items
		OVER:"side_links_over"	// CSS class  for item which is under mouse
	}
};

var BLUE_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#AEA372",	// color of the item border, if any
		shadow:"#2E3718",	// color of the item shadow, if any
		bgON:"#F3E9C5",		// background color for the items
		bgOVER:"#525E32"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"drop_links",		// CSS class for items
		OVER:"drop_links_over"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[20,115], itemoff:[0,0], leveloff:[27,5], style:STYLE, size:[27,79]},
	{code:'<img src="media/about_us_off.gif" width="79" height="27" />',
		ocode:'<img src="media/about_us_on.gif" />', url:"html/introduction.html",
		sub:[
			 {itemoff:[23,0], size:[23,105], style:BLUE_STYLE},
			{code:"Introduction","url":"html/introduction.html"},
			{code:"Our Team","url":"html/our_team.html"},
			{code:"Plant Tour",url:"html/plant_tour.html"},
			{code:"History","url":"html/history.html"},
			{code:"Contact Info","url":"html/contact_info.html"},
			{code:"Newsletter Archive","url":"html/newsletter_archive.html"}
			]
	},
		{format:{itemoff:[0,79], size:[21,88]},code:'<img src="media/our_products_off.gif" width="88" height="27" />',
	ocode:'<img src="media/our_products_on.gif" />', url:"html/flowers/flowersALL.html",
		sub:[
			{itemoff:[23,0], size:[23,180], style:BLUE_STYLE},
			{code:"Flowers and Greens Availability","url":"html/flowers/flowersALL.html"},
			{code:"Wholesale Product line","url":"html/wholesale.html"},
			{code:"Mass Market Product line","url":"html/mass_market.html"},
			{code:"E-Commerce Fulfillment","url":"html/fullfillment.html"},
			{code:"Transportation","url":"transportation.html"},
			{code:"Seasonal Catalogues","url":"html/catalogues.php"}
		]
	},
		{format:{itemoff:[0,88], size:[21,54]},code:'<img src="media/tour_off.gif" width="56" height="27" />',
		ocode:'<img src="media/tour_on.gif" />', url:"html/plant_tour.html",
		sub:[
			{itemoff:[23,0], size:[23,85], style:BLUE_STYLE},
			{code:"Plant Tour",url:"html/plant_tour.html"}
		]
	},
	{format:{itemoff:[0,56], size:[21,80]},code:'<img src="media/lifestyle_off.gif" width="80" height="27" />',
		ocode:'<img src="media/lifestyle_on.gif"/>', url:"html/spring.html",
		sub:[
			 {itemoff:[23,0], size:[23,100], style:BLUE_STYLE},
			 {code:"Spring","url":"html/spring.html"},
			{code:"Summer","url":"html/summer.html"},
			{code:"Fall","url":"html/fall.html"},
			{code:"Winter","url":"html/winter.html"}
			 ]
	},
	{format:{itemoff:[0,80], size:[21,88]},code:'<img src="media/partners_off.gif" width="88" height="27" />',
		ocode:'<img src="media/partners_on.gif" />', url:"html/partners.html",
		sub:[
			{itemoff:[23,0], size:[23,100], style:BLUE_STYLE},
			{code:"Partners Page","url":"html/partners.html"}
		]
	},
	{format:{itemoff:[0,88], size:[21,82]},code:'<img src="media/contact_off.gif" width="82" height="27" />',
		ocode:'<img src="media/contact_on.gif" />', url:"html/contact_info.html",
		sub:[
			{itemoff:[23,0], size:[23,110], style:BLUE_STYLE},
				{code:"Contact Info","url":"html/contact_info.html"},
			{code:"Directions","url":"html/directions.html"}
		]
	}
		
	
];
