BLANK_IMAGE = '/java/b.gif';


var STYLE0 = {
	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:"#888888",	// color of the item shadow, if any
		bgON:"003096",		// background color for the items
		bgOVER:"#567DD1"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style0MOn",		// CSS class for items
		OVER:"Style0MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE1 = {
	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:"#888888",	// color of the item shadow, if any
		bgON:"003096",		// background color for the items
		bgOVER:"#4775BE"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	}
};

var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#001645",	// color of the item border, if any
		shadow:"#22396B",	// color of the item shadow, if any
		bgON:"#C1D1E0",		// background color for the items
		bgOVER:"#A5C6E6"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[-80,15], itemoff:[24,0], leveloff:[0,99], style:STYLE1, size:[25,140]},
	{code:'<img src="/image/sm_icon_union.gif"> Home',
		sub:[], url:'/index.htm'},
	{code:'<img src="/image/sm_icon_union.gif"> English Tea',
		sub:[], url:'/england/english_tea.htm'},
	{code:'<img src="/image/sm_icon_union.gif"> Tea Towel',
		sub:[], url:'/england/tea_towel.htm'},
	{code:'<img src="/image/sm_icon_union.gif"> Tea Cozy',
		url:'/england/tea_cozy.htm',
		sub:[
			{leveloff:[0,100], style:STYLE2, size:[25,120]},
			{code:"Cotton Tea Cozy", url:'/england/tea_cozy.htm'},
			{code:"Knitted Tea Cozy", url:'/england/hand_knitted_tea_cozy.htm'},
		]
	},
	{code:'<img src="/image/sm_icon_union.gif"> Kitchen Apron',
		sub:[], url:'/england/kitchen_apron.htm'
	},
	{code:'<img src="/image/sm_icon_union.gif"> Tote Bag',
		sub:[], url:'/england/tote_bag.htm'
	},
	//-----------------------------------
	{code:"<center>By Category</center>", sub:[], format:{style:STYLE0}, size:[30,140]},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Brown Betty", url:'/england/teapot_brown_betty.htm', sub:[]},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Traditional", 
		sub:[], url:'/england/teapot_traditional.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Chintz", 
		sub:[], url:'/england/teapot_chintz.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Blue Willow", 
		url:'/england/blue_willow_china.htm',
		sub:[
			{leveloff:[0,100], style:STYLE2, size:[25,150]},
			{code:"English Blue Willow", url:'/england/blue_willow_china.htm'},
			{code:"Blue Willow Accessories", url:'/england/blue_willow_china2.htm'},
		]
	},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Tea for One", 
		sub:[], url:'/england/teapot_teaforone.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Cream & Sugar", 
		sub:[], url:'/england/cream_and_sugar.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Cup & Saucer", 
		url:'/england/cup_and_saucer.htm',
		sub:[
			{leveloff:[0,100], style:STYLE2, size:[25,150]},
			{code:"Cup & Saucer Set", url:'/england/cup_and_saucer.htm'},
			{code:"Flower of the Month", url:'/england/cup_saucer_month.htm'},
		]
	},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Plate", 
		sub:[], url:'/england/plate.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Mug", 
		url:'/england/bone_china_mug.htm',
		sub:[
			{leveloff:[0,100], style:STYLE2, size:[25,120]},
			{code:"Bone China Mug", url:'/england/bone_china_mug.htm'},
			{code:"Souvenir Mug", url:'/england/souvenir_mug.htm'},
			
		]
	},
	{code:"&nbsp;&#149;&nbsp;&nbsp; Tea Accessories", 
		sub:[], url:'/england/tea_accessories.htm'},
	//-----------------------------------
	{code:"<center>By Brand</center>", sub:[], format:{style:STYLE0}, size:[30,140]},

	{code:"&nbsp;&#149;&nbsp;&nbsp;Burleigh",
		sub:[], url:'/england/teapot_burleigh.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;David Michael China",
		sub:[], url:'/england/david_michael_china.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Duchess",
		sub:[], url:'/england/duchess_teapots.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Hudson & Middleton", 
		sub:[], url:'/england/hudson_middleton.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Mayfair", 
		sub:[], url:'/england/mayfair_bone_china.htm'},
	{code:"&nbsp;&#149;&nbsp;&nbsp;Royal Collection", 
		sub:[], url:'/england/royal_collection.htm'},


	//-----------------------------------
	{code:'<img src="/image/sm_icon_union.gif"> Sales',
		sub:[], url:'/england/sale.htm'},

	{code:'<img src="/image/sm_icon_cart.gif"> View Cart',
		sub:[], url:'/cgi-bin/ets_cart.cgi'}

];