BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#E7CC2A",	// color of the item shadow, if any DBD8D1
		bgON:"#000000",		// background color for the items
		bgOVER:"#33CCFF"	// background color for the item which is under mouse right now (blue)
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var RED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#33CCFF",		// background color for the items (blue)
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now FF0000
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#33CCFF",		// background color for the items (blue)
		bgOVER:"#ffffff"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var BLUE_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#E0E0FF",		// background color for the items
		bgOVER:"#0000FF"	// 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 = [
	{pos:[00,177], itemoff:[25,0], leveloff:[0,191], style:STYLE, size:[26,190]},
	{code:"Advocacy", url:"../advocacy/index.htm"},
	{code:"Alumni Business Directory", url:"../directory/index.htm"},
	{code:"Career Resources", url:"../career_resources/index.htm"},
	{code:"Events", url:"../events/index.htm"},
	{code:"Membership", url:"../membership/index.htm"},
	{code:"Mentoring Program", url:"../mentoringprogram/index.htm"},
	{code:"Networking", url:"../networking/index.htm",
		sub:[
			{style:GREEN_STYLE},
			{code:"Alumni Networks", url:"../networking/networks.htm",
				sub:[
					{style:RED_STYLE},
					{code:"Business", url:"../networking/business_network.htm"},
					{code:"Education", url:"../networking/education_network.htm"},
					{code:"Engineering", url:"../networking/engineering_network.htm"},
					{code:"Entertainment and the Arts", url:"../networking/entertainment_network.htm"},
					{code:"Nursing", url:"../networking/nursing_network.htm"}
			]
			},
			{code:"Online Networking", url:"../networking/online_networking.htm"},
			{code:"Links", url:"../networking/links.htm"}
		]
	},
	{code:"Alumni Awards Gala", url:"../recipients/index.htm",
		sub:[
			{style:GREEN_STYLE},
			{code:"Alumni Award Recipients", url:"../recipients/award_recipients.htm"}
		]
	},
	{code:"Alumni Store", url:"../merchandise/index.htm"},
	{code:"Student Programs", url:"../student_programs/index.htm",
		sub:[
			{style:GREEN_STYLE},
			{code:"Student Alumni Association", url:"../saa/index.htm"},
			{code:"Student Scholarships", url:"../student_programs/scholarship.htm"},
			{code:"Grad Fair", url:"../student_programs/gradfair.htm"},
			{code:"Yearbook", url:"http://alumni.calstatela.edu/student_programs/2009yearbook.htm"}
		]
	},
	{code:"Survey Center", url:"../survey_center/index.htm"},
	{code:"Office of Annual Giving", url:"http://alumni.calstatela.edu/annualgiving", target:"_blank"}
];
