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_MULTIPLE2 = [
	{pos:[60,48], itemoff:[0,149], leveloff:[21,0], style:STYLE, size:[22,150]},
	//{pos:[470,145], itemoff:[0,149], leveloff:[21,0], style:STYLE, size:[22,150]},
	{code:"Leadership Ceremony", url:"http://www.uta.edu/stuact/leadership/recognition.php",
		sub:[
			{"itemoff":[21,0]},
			{code:"Outstanding Leaders", "url":"http://www.uta.edu/stuact/leadership/osl.php"},
			{code:"Star-Telegram Award", "url":"http://www.uta.edu/stuact/leadership/star_telegram.php"}//,
			//{code:"Brochure (PDF)", "url":"subitem1_3.html"},
			//{code:"Sample (PDF)", "url":"subitem1_4.html"}
		]
	},
	{code:"Experiential Leadership", url:"http://www.uta.edu/stuact/leadership/experiential.php",
		sub:[
			{itemoff:[21,0]},
			{code:"Course EDUC 1130", "url":"http://www.uta.edu/stuact/leadership/educ1130.php"},
			{code:"Course EDUC 2330", "url":"http://www.uta.edu/stuact/leadership/educ2330.php"},
			{code:"Peer Leadership Training", "url":"http://www.uta.edu/stuact/leadership/plt.php"}//,
			//{code:"SubItem 4", "url":"subitem2_4.html"}
		]
	}
];
