//keywords
var code="code";var url="url";var sub="sub";
//styles

var color = {"border":"#CC66FF", "bgON":"#CC66FF","bgOVER":"#FFFF8B"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":0, "color":color, "css":css};

var background1_color = {"border":"#8627c1", "bgON":"#FFFF8B","bgOVER":"#FFFF8B"};
var css_dropdowns = {"ON":"DropDownsOn", "OVER":"DropDownsOver"};
var STYLE_BACKGROUND1 = {"border":1, "borders":[1,0,1,0], "shadow":0, "color":background1_color, "css":css_dropdowns};
var background1_css = {"ON":"clsCMBackground1On", "OVER":"clsCMBackground1Over"};
var STYLE_BACKGROUND2 = {"border":1, "borders":[1,0,1,1], "shadow":0, "color":background1_color, "css":css_dropdowns};


//items and formats
var MENU_ITEMS_STYLING =
[
	{"pos":"relative", "itemoff":[0,133], "leveloff":[12,0], "style":STYLE, "size":[20,133]},


	{code:"THE STUDIO", url:"../studio/index.html", "format":{"itemoff":[21,0]},
		sub:[
			{style:STYLE_BACKGROUND1, "itemoff":[21,0],"size":[25,133]},
			{code:"About", url:"../studio/index.html"},
			{code:"Directions", url:"../studio/directions.html"},
			{code:"Teachers", url:"../studio/teachers.html"},
			{code:"About Lisa", url:"../studio/aboutlisa.html"},			
			{code:"Contact Us", url:"../studio/contact.html"},
			{code:"Articles", format:{style:STYLE_BACKGROUND2}, url:"../studio/articles.html"},
		]
	},

	{code:"YOGA CLASSES", url:"../yoga/classes.html", "format":{"itemoff":[0, 133]},
		sub:[
			{style:STYLE_BACKGROUND1, "itemoff":[25,0],"size":[25,133]},
			{code:"Description", url:"../yoga/classes.html"},
			{code:"Schedule", url:"../yoga/schedule.html"},
			{code:"Fees &amp; Policies", url:"../registration/fees.html"},
			{code:"Registration", format:{style:STYLE_BACKGROUND2}, url:"../registration/index.html"},
		]
	},
	
	{code:"WORKSHOPS", url:"../workshops/index.html", "format":{"itemoff":[0, 133]},
		sub:[
			{style:STYLE_BACKGROUND1, "itemoff":[25,0],"size":[25,133]},
			{code:"Upcoming Events", url:"../workshops/index.html"},
			{code:"Registration", format:{style:STYLE_BACKGROUND2}, url:"../registration/index.html"},
		]
	},

	{code:"SCHEDULE", url:"../yoga/schedule.html", "format":{"itemoff":[0, 133]},
		sub:[
			{style:STYLE_BACKGROUND1, "itemoff":[25,0],"size":[25,133]},
			{code:"Yoga Classes", url:"../yoga/schedule.html"},
			{code:"Workshops", format:{style:STYLE_BACKGROUND2}, url:"../workshops/index.html"},
		]
	},	

	{code:"REGISTRATION", url:"../registration/index.html", "format":{"itemoff":[0, 133]},
		sub:[
			{style:STYLE_BACKGROUND1, "itemoff":[25,0],"size":[25,133]},
			{code:"Fees &amp; Policies", url:"../registration/fees.html"},
			{code:"Registration Form", format:{style:STYLE_BACKGROUND2}, url:"../registration/index.html"},
		]
	},		
	
];

