//menu items
var MENU_ITEMS = [
  {pos:"relative", size:[22, 150], leveloff:[0, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:3, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#fbfc9a", oimagebg:"#fbfc9a"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
	{code:"Home", format:{size:[22,110], itemoff:[0,150]}, url:"/index.php"},
    {code:"Membership", url:"/membership.php",  format:{itemoff:[0,118]},
      sub:[
      {size:[25, 120], itemoff:[24, 0], leveloff:[24, 0], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, shadow:3, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#fbfc9a", oimagebg:"#fbfc9a"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
        {code:"Join", url:"/membership_tabs.php#tabs-4"}
      ]},
	  {code:"MBN Events", format:{size:[22,150], itemoff:[0,158]},
		sub:[
			{size:[25, 150], itemoff:[24, 0], leveloff:[24, -4], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, 
				shadow:4, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#fbfc9a", oimagebg:"#fbfc9a"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
				{code:"Contests", url:"/list_contests.php"},
				{code:"Judging Classes", url:"/list_classes.php?typeId=3"},
				{code:"Cooking Classes", url:"/list_classes.php?typeId=2"},
				{code:"Sanction Request", url:"/sanctioning.php"},
				{code:"Visitor's Guide", url:"/VisitorsGuide.php"}
	  ]},
	  {code:"Teams", format:{size:[22,100], itemoff:[0,158]}, url:"/teamlist.php"},
	  {code:"Results", format:{size:[22,100], itemoff:[0,108]},
		sub:[
			{size:[25, 150], itemoff:[24, 0], leveloff:[24, -4], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, 
				shadow:4, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#B30000", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
				{code:"Contest Results", url:"",
				sub:[
					{size:[25, 150], itemoff:[25, 0], leveloff:[0, 150], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, 
						shadow:4, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#B30000", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
					{code:"2010", url:"/contestresults2010.php"},
					{code:"2011", url:"/list_contest_results.php?year=2011"}
				]},
				{code:"TOY Standings", url:"",
				sub:[
					{size:[25, 150], itemoff:[25, 0], leveloff:[0, 150], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, 
						shadow:4, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#B30000", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
					{code:"2010", url:"/teamstoystandings.php"},
					{code:"2011", url:"/list_toy_standings.php?year=2011"}
				]},
				{code:"Pass Down", url:"",
				sub:[
					{size:[25, 150], itemoff:[25, 0], leveloff:[0, 150], delay:600, imgsize:[16, 16], arrsize:[16, 16], style:{border:1, 
						shadow:4, color:{border:"#202020", shadow:"#808080", bgON:"#f43b43", bgOVER:"#fbfc9a", imagebg:"#B30000", oimagebg:"#B6BDD2"}, css:{ON:'clsCMOn', OVER:'clsCMOver'}}}, 
					{code:"2010", url:"/teamspassdown.php"},
					{code:"2011", url:"/list_passdown_teams.php?year=2011"}
				]},
	  	]},
//	{code:"Photos", format:{size:[22,70], itemoff:[0,100]}, url:""},
//	{code:"Contact Us", format:{size:[22,110], itemoff:[0,106]}, url:"contactus.php"},
//	{code:"Forum", format:{size:[22,110], itemoff:[0,110]}, url:"/forum/index.php"},
	{code:"About Us", format:{size:[22,100], itemoff:[0,105]}, url:"/about.php"},
];
