var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#336699",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#2E3192"	// 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
	}
};

var MENU_ITEMS_MULTIPLE1 = [
	{pos:[32,20], itemoff:[0,49], leveloff:[21,0], style:STYLE, size:[22,50]},
	//{pos:[420,115], itemoff:[0,104], leveloff:[21,0], style:STYLE, size:[22,105]},
	{code:"CCIR", url:"http://www.uta.edu/stuact/leadership/ccir.php", format:{size:[22,50]},
		sub:[
			{"itemoff":[21,0]},
			{code:"Apply Now", "url":"http://www.uta.edu/stuact/leadership/ccir_app.php", format:{size:[22,100]}},
			{code:"My CCIR", "url":"https://www.uta.edu/stuact/leadership/ccir/", format:{size:[22,100]}},
			{code:"FAQs", "url":"http://www.uta.edu/stuact/leadership/ccirfaq.php", format:{size:[22,100]}},
			{code:"Sample (PDF)", "url":"http://www.uta.edu/stuact/leadership/ccir_sample.pdf", format:{size:[22,100]}}
		]
	},
	{code:"FIG", url:"http://www.uta.edu/stuact/leadership/fig.php", format:{size:[22,50]},
		sub:[
		//	{itemoff:[21,0]},
		//	{code:"SubItem 1", "url":"subitem2_1.html"},
		//	{code:"SubItem 2", "url":"subitem2_2.html"},
		//	{code:"SubItem 3", "url":"subitem2_3.html"},
		//	{code:"SubItem 4", "url":"subitem2_4.html"}
		]
	},
	{code:"Leadership Retreat", url:"http://www.uta.edu/stuact/leadership/retreat.php", format:{size:[22,125]},
		sub:[
			//{"itemoff":[21,0]},
			//{code:"Apply Now", "url":"http://www.uta.edu/stuact/leadership/retreat_app.php"},
			//{code:"Session Topics", "url":"http://www.uta.edu/stuact/leadership/retreat_schedule.php"},
			//{code:"More Info", "url":"http://www.uta.edu/stuact/leadership/retreat_info.php"},
			//{code:"Location", "url":"http://www.glenlake.org/"}
		]
	},
	{code:"Leadership Academy", url:"http://www.uta.edu/stuact/leadership/academy.php", format:{size:[22,125], itemoff:[0,124]},
		sub:[
			{"itemoff":[21,0]},
			{code:"Application", "url":"https://www.uta.edu/stuact/leadership/academy_app.php"},
			{code:"Scholarship (doc)", "url":"http://www.uta.edu/stuact/leadership/academy_scholarship.doc"}//,
			//{code:"SubItem 3", "url":"subitem1_3.html"},
			//{code:"SubItem 4", "url":"subitem1_4.html"}
		]
	}
];
