// Top menu does NOT need much because the items are all images
var MENU_TOP_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0			// item's shadow size, pixels; zero means "none"
};

// Sub nav DOES need styling because the items are text
var MENU_TOP_STYLE_SUBNAV = { 
	border:1,
	borders:[1,1,1,1],
	shadow:0,
	color:{ 
		border:"#fcd77e",
		shadow:0,
		bgON:"#541213",
		bgOVER:"#bf0103"
	},
	css:{
		ON:"clsMenuTopSubNavOn",
		OVER:"clsMenuTopSubNavOver"
	}
};

// Menu Definition is here
var MENU_TOP_ITEMS = 
[
	{
		itemoff:[0,69], 
		leveloff:[0,0], 
		style:MENU_TOP_STYLE,
		size:[44,69]
	},

	// Home
	{ 
		code:"", 
		url:"default.aspx",
		format:{ 
			imgsize:[44,69], 
			itemoff:[0,0], 
			size:[44,69],
			image:["images/Nav_Home.jpg","images/Nav_Home-ON.jpg"]
		}
	},

	// About Us
	{ 
		code:"", 
		url:"about_cobb.aspx",
		format:{ 
			imgsize:[44,90], 
			itemoff:[0,69], 
			size:[44,90],
			image:["images/Nav_AboutUs.jpg","images/Nav_AboutUs-ON.jpg"]
		},

		sub:[ 
			{ 
				size:[24,130], 
				image:null, 
				itemoff:[23,0], 
				leveloff:[44, 0], 
				style:MENU_TOP_STYLE_SUBNAV
			},
			{ code:"Cobb Energy Centre", url:"about_cobb.aspx" },
			{ code:"Planning Your Visit", 
			  url:"planning_your_visit.aspx",
			  sub:[
				  {
					size:[24,110], 
					image:null, 
					itemoff:[23,0], 
					leveloff:[0, 129], 
					style:MENU_TOP_STYLE_SUBNAV
				  },
				  { code:"Directions", url:"planning_your_visit.aspx" },
				  { code:"Dining", url:"plan_visit_dining.aspx" },
				  { code:"Hotels", url:"plan_visit_hotels.aspx" }
			  ]
			},
			{ code: "Sponsors", url:"sponsors.aspx" },
			{ code: "Resident Companies", 
			  url:"",
			  sub:[
				  {
					size:[24,160], 
					image:null, 
					itemoff:[23,0], 
					leveloff:[0, 129], 
					style:MENU_TOP_STYLE_SUBNAV
				  },
				  { code:"The Atlanta Opera", url:"the_atlanta_opera.aspx" },
				  { code:"Atlanta Ballet", url:"atlanta_ballet.aspx" },
				  { code:"Atlanta Broadway Series", url:"atlanta_broadway_series.aspx" }
			  ]
			},
			{ code: "Careers", url:"careers.aspx" },
			{ code: "FAQ", url:"faq.aspx" },
			{ code: "Contact Us", url:"contact_us.aspx" }
		]
	},

	// Tickets / Calendar
	{
		code:"", 
		url:"ticket_policies.aspx", 
		format:{ 
			imgsize:[44,156], 
			itemoff:[0,90], 
			size:[44,156], 
			image:["images/Nav_Tickets.jpg","images/Nav_Tickets-ON.jpg"]
		},

		sub:[ 
			{ 
				size:[24,190], 
				image:null, 
				itemoff:[23,0], 
				leveloff:[44, 0], 
				style:MENU_TOP_STYLE_SUBNAV
			},
			{ code: "General Info - Ticketing Policies", url:"ticket_policies.aspx" },
			{ code: "Calendar", url:"calendar.aspx" },
			{ code: "Seating Charts", url:"seating_charts.aspx" },
			{ code: "eClub", url:"http://mm.ticketmaster.com/brand/userLogin.aspx?b=cobbenergycentre&l=17" },
			{ code: "Photo Gallery", url:"photo_gallery.aspx" }
		]
	},

	// Education
	{ 
		code:"", 
		url:"education_overview.aspx", 
		format:{ 
			imgsize:[44,99], 
			itemoff:[0,156], 
			size:[44,99], 
			image:["images/Nav_Education.jpg","images/Nav_Education-ON.jpg"]
		},
		sub:[ 
			{ 
				size:[24,140], 
				image:null, 
				itemoff:[23,0], 
				leveloff:[44, 0], 
				style:MENU_TOP_STYLE_SUBNAV
			},
			{ code: "Overview", url:"education_overview.aspx" },
			{ code: "For Educators", url:"for_educators.aspx" },
			{ code: "Field Trip Programs", url:"education_programs.aspx" },
			{ code: "Support Education", url:"support_education.aspx" },
			{ code: "Shuler Hensley Awards", url:"shuler_hensley_awards.aspx" },
			{ code: "Parents for the Arts", url:"parents_for_the_arts.aspx" }
		]
	},

	// Get Involved
	{ 
		code:"", 
		url:"about_foundation.aspx", 
		format:{ 
			imgsize:[44,118], 
			itemoff:[0,99], 
			size:[44,118], 
			image:["images/Nav_GetInvolved.jpg","images/Nav_GetInvolved-ON.jpg"]
		},
		sub:[ 
			{ 
				size:[24,136], 
				image:null, 
				itemoff:[23,0], 
				leveloff:[44, 0], 
				style:MENU_TOP_STYLE_SUBNAV
			},
			{ code: "About the Foundation", url:"about_foundation.aspx" },
			{ code: "Make a Donation", url:"make_donation.aspx" },
			{ code: "Become a Volunteer", url:"become_volunteer.aspx" },
			{ code: "Buy a Brick", url:"buy_brick.aspx" },
			{ code: "Seat Campaign", url:"seat_campaign.aspx" },
			{ code: "Naming Opportunities", url:"naming_opportunities.aspx" },
			{ code: "Sponsorships", url:"sponsorships.aspx" },
			{ code: "Annual Gala", url:"annual_gala.aspx" }
		]
	},

	// Booking
	{ 
		code:"", 
		url:"booking_performances.aspx", 
		format:{ 
			imgsize:[44,87], 
			itemoff:[0,118], 
			size:[44,87], 
			image:["images/Nav_Booking.jpg","images/Nav_Booking-ON.jpg"]
		},
		sub:[ 
			{ 
				size:[24,100], 
				image:null, 
				itemoff:[23,0], 
				leveloff:[44, 0], 
				style:MENU_TOP_STYLE_SUBNAV
			},
			{ code: "Performances", url:"booking_performances.aspx" },
			{ code: "Special Events", url:"booking_special_events.aspx" }
		]
	},

	// News
	{	
		code:"", 
		url:"news.aspx", 
		format:{ 
			imgsize:[44,65], 
			itemoff:[0,87], 
			size:[44,65], 
			image:["images/Nav_News.jpg","images/Nav_News-ON.jpg"]
		}
	}

];
