BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#5F8C55",	// color of the item border, if any
		shadow:"#A9DB92",	// color of the item shadow, if any
		bgON:"#003300",		// background color for the items
		bgOVER:"#003300"	// 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 this goes after 
	}

};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#003300",	// color of the item border, if any
		shadow:"#003300",	// color of the item shadow, if any
		bgON:"#5F8C55",		// background color for the items
		bgOVER:"#003300"	// 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 this goes after 
	}


};


var STYLE3 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#5F8C55",	// color of the item border, if any
		shadow:"#003300",	// color of the item shadow, if any
		bgON:"#003300",		// background color for the items
		bgOVER:"#5F8C55"	// 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 this goes after 
	}


};




var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[30,0], style:STYLE, size:[30,100]},
		{code:"Search Keyword", url:"javascript:Void(document.frmSearch.submit())", size:[30,122], style:STYLE3

	},	
		{code:"Price Range", size:[30,100],itemoff:[0,122],
		sub:[
			{itemoff:[22,00], style:STYLE2, size:[22,120]},
			{code:"Under $10", url:"http://www.exoticangel.com/shop/results.asp?price=low"
				 
			},
			{code:"$10 - $20", url:"http://www.exoticangel.com/shop/results.asp?price=med"
			
			},
			{code:"$21 - $30", url:"http://www.exoticangel.com/shop/results.asp?price=high"
	
			}
		]
	},
	{code:"Style", size:[30,90],
		sub:[
			{itemoff:[22,0], style:STYLE2, size:[22,120]},
			{code:"Table Top",
				sub:[
					{leveloff:[3,110]},
					{code:"Standard" , url:"http://www.exoticangel.com/shop/results.asp?Style=pot"},
					{code:"Upgraded" , url:"http://www.exoticangel.com/shop/results.asp?Style=upg"}
				]
			},
			{code:"Basket" , url:"http://www.exoticangel.com/shop/results.asp?Style=bsk"
			
			},
			{code:"Garden"
	
			}
		]
	},
	{code:"Size", itemoff:[0,90], size:[30,90],
		sub:[
			{itemoff:[22,0], style:STYLE2, size:[22,120]},
			{code:"Small", url:"http://www.exoticangel.com/shop/results.asp?size=sm"

			},
			{code:"Medium", url:"http://www.exoticangel.com/shop/results.asp?size=med"

			},
			{code:"Large", url:"http://www.exoticangel.com/shop/results.asp?size=lg"

			}
		]
	},
	{code:"Species", itemoff:[0,90],
		sub:[
			{itemoff:[22,0], style:STYLE2, size:[22,140]},

			{code:"ARALIA", url:"http://www.exoticangel.com/shop/results.asp?species=4"

			},
			{code:"BEGONIA", url:"http://www.exoticangel.com/shop/results.asp?species=10"

			},
			{code:"CALATHEA", url:"http://www.exoticangel.com/shop/results.asp?species=15"

			},
			{code:"CARLUDOVICA", url:"http://www.exoticangel.com/shop/results.asp?species=16"

			},
			{code:"CROTON", url:"http://www.exoticangel.com/shop/results.asp?species=22"

			},
			{code:"DIEFFENBACHIA", url:"http://www.exoticangel.com/shop/results.asp?species=25"

			},
			{code:"DRACAENA", url:"http://www.exoticangel.com/shop/results.asp?species=28"

			},
			{code:"FERN", url:"http://www.exoticangel.com/shop/results.asp?species=31"

			},
			{code:"FITTONIA", url:"http://www.exoticangel.com/shop/results.asp?species=34"

			},
			{code:"HOYA", url:"http://www.exoticangel.com/shop/results.asp?species=35"

			},
			{code:"IVY", url:"http://www.exoticangel.com/shop/results.asp?species=38"

			},
			{code:"LIPSTICK", url:"http://www.exoticangel.com/shop/results.asp?species=42"

			},
			{code:"PHILODENDRON", url:"http://www.exoticangel.com/shop/results.asp?species=52"

			},
			{code:"POTHOS", url:"http://www.exoticangel.com/shop/results.asp?species=57"

			},
			{code:"PURPLE PASSION", url:"http://www.exoticangel.com/shop/results.asp?species=58"

			},
			{code:"PURPLE WAFFLE", url:"http://www.exoticangel.com/shop/results.asp?species=61"

			},
			{code:"RHIPSALIS", url:"http://www.exoticangel.com/shop/results.asp?species=63"

			},
			{code:"STROMANTHE", url:"http://www.exoticangel.com/shop/results.asp?species=77"

			},
			{code:"ZEBRA", url:"http://www.exoticangel.com/shop/results.asp?species=83"

			}
		]
	},
	{code:"Browse All Items", url:"http://www.exoticangel.com/shop/results.asp", size:[30,127], style:STYLE3

	}
];
