// 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?mob=1",
		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,180], 
					image:null, 
					itemoff:[23,0], 
					leveloff:[0, 129], 
					style:MENU_TOP_STYLE_SUBNAV
				  },
				  { code:"The Atlanta Opera", url:"http://www.atlantaopera.org" },
				  { code:"Atlanta Ballet", url:"http://www.atlantaballet.com" },
				  { code:"Gas South Broadway Series", url:"http://gassouthbroadwayseries.com" }
			  ]
			},
			{ 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: "ArtsBridge Programs", url:"education_programs.aspx" },
			{ code: "Support Education", url:"support_education.aspx" },
			{ code: "Shuler Hensley Awards", url:"http://www.shulerawards.org" },
			{ 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_SupportUs.jpg","images/Nav_SupportUs-ON.jpg"]
		},
		sub:[ 
			{ 
				size:[24,180], 
				image:null, 
				itemoff:[23,0], 
				leveloff:[44, 0], 
				style:MENU_TOP_STYLE_SUBNAV
			},
			{ code: "Foundation", url:"about_foundation.aspx" },
			{ code: "Donate", url:"make_donation.aspx" },
			{ code: "Corporate Membership", url:"corporate_membership.aspx" },
			{ code: "Corporate Sponsorships", url:"sponsorships.aspx" },
			{ code: "Gala", url:"annual_gala.aspx" },
			{ code: "Become a Volunteer", url:"become_volunteer.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",
				sub:[
					{
					size:[24,180], 
					image:null, 
					itemoff:[23,0], 
					leveloff:[0, 99], 
					style:MENU_TOP_STYLE_SUBNAV
					},
					{ code: "Ballroom", url:"ballroom.aspx" },
					{ code: "Unique Event Spaces", url:"unique_event_spaces.aspx" },
					{ 
						code: "Food And Beverages", 
						url:"",
						sub:[
							{
								size:[24,90], 
								image:null, 
								itemoff:[23,0], 
								leveloff:[0, 179], 
								style:MENU_TOP_STYLE_SUBNAV
							},
							{ code: "Menus", url:"food_beverage_menus.aspx" },
							{ code: "Photo Gallery", url:"food_beverage_photos.aspx" }
						]
					},
					{ 
						code: "Weddings", 
						url:"",
						sub:[
							{
								size:[24,90], 
								image:null, 
								itemoff:[23,0], 
								leveloff:[0, 179], 
								style:MENU_TOP_STYLE_SUBNAV
							},
							{ code: "Menus", url:"wedding_menus.aspx" },
							{ code: "Photo Gallery", url:"wedding_photos.aspx" }
						]
					},
					{ code: "Floor Plan and Virtual Tour", url:"floor_plan_and_tour.aspx" },
					{ code: "Photo Gallery", url:"special_event_photo_gallery.aspx" },
					{ code: "Facility Guidelines and Forms", url:"facility_guidelines_forms.aspx" },
					{ code: "Services and Amenities", url:"services_amenities.aspx" },
					{ code: "Testimonials", url:"testimonials.aspx" },
					{ code: "Green Meetings", url:"green_meetings.aspx" },
					{ code: "Book Your Event", url:"book_your_event.aspx" },
					{ code: "Contact Us", url:"special_contact_us.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"]
		}
	}

];

