var 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:"#0643dd",	// background color for the items
		bgOVER:"#cce3f8"	// background color for the item on mouseover
	},
	css:{
		ON:"clsCMOn",	// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,119], leveloff:[21,0], style:STYLE, size:[22,120]},
	{code:"Welcome", url:"",
		sub:[
			{itemoff:[21,0], size:[22,140]},
			{code:"2010 Yuma Hamfest", "url":"hamfest2010.html"},
			{code:"About Yuma", "url":"aboutyuma.html"},
			{code:"About Us", "url":"aboutus.html"},
			{code:"Quotes from Others", "url":"quotes.html"},
			{code:"Contact Us", "url":"contactus.html"}
		]
	},
	{code:"Activities", url:"",
		sub:[
			{itemoff:[21,0], size:[22,140]},
			{code:"The Hamfest Itself", "url":"hamfestactivities.html"},
			{code:"Seminars", "url":"seminars.html"},
			{code:"Country Store", "url":"countrystore.html"},
			{code:"License Exams", "url":"testing.html"},
			{code:"Buzzard Barbecue", "url":"barbeque.html"},
			{code:"Alternate Activities", "url":"alternate.html"},
			{code:"Area Attractions", "url":"attractions.html"}
		]
	},
	{code:"Information", url:"",
		sub:[
			{"itemoff":[21,0], size:[22,140]},
			{code:"Registration", "url":"registration.html"},
			{code:"Hamfest Schedule", "url":"schedule.pdf"},
			{code:"Hamfest Flyer", "url":"hamfest2010flier.pdf"},
			{code:"Hamfest F.A.Q.", "url":"faq.html"},
			{code:"Admission & Hours", "url":"admission.html"},
			{code:"Hamfest Map", "url":"hamfestmap.pdf"},
			{code:"Vendor List", "url":"vendors.html"},
			{code:"Exhibitor Info", "url":"",
				sub:[
				{"leveloff":[-5,130]}, 
				{code:"Exhibitor Fees", "url":"fees.html"},
				{code:"Exhibitor Locations", "url":"VendorLayout.pdf"},
				{code:"Registration Form", "url":"regform2010.pdf"}
				]
			},
			{code:"Tailgating", "url":"",
				sub:[
				{"leveloff":[-5,130]}, 
				{code:"Tailgate Fees", "url":"fees.html"},
				{code:"Tailgate Locations", "url":"VendorLayout.pdf"},
				{code:"Table Prices", "url":"tables.html"},
				{code:"Registration Form", "url":"regform2010.pdf"}
				]
			},
			{code:"Food", "url":"food.html"},
			{code:"Fairgrounds Facility", "url":"facility.html"},
			{code:"Rules & Regulations", "url":"rulesregs.html"},
			{code:"Talk-in Frequencies", "url":"talkinfreq.html"},
			{code:"Area Repeaters", "url":"arearepeaters.html"},
			{code:"How to Contact Us", "url":"contactus.html"}
		]
	},
	{code:"Travel", url:"",
		sub:[
			{"itemoff":[21,0], size:[22,140]},
			{code:"Airline Connections", "url":"airlines.html"},
			{code:"Car Rentals", "url":"carrentals.html"},
			{code:"Hotels & Motels", "url":"hotels.html"},
			{code:"Restaurants", "url":"restaurants.html"},
			{code:"Driving Directions", "url":"directions.html"},
			{code:"Parking", "url":"parking.html"},
			{code:"RV's and Camping", "url":"",
				sub:[
				{"leveloff":[-5,130]}, 
				{code:"Camping Facilities", "url":"camping.html"},
				{code:"Camping Fees", "url":"fees.html"},
				{code:"RV Hookup Details", "url":"rvhookup.html"}
				]
			},
			{code:"Mileage/Time Chart", "url":"mileage.html"}
		]
	},
	{code:"Prizes", url:"",
		sub:[
			{"itemoff":[21,0], size:[22,140]},
			{code:"Prizes for 2010", "url":"prizes2010.html"},
			{code:"2009 Prize Winners", "url":"winners2009.html"}
		]
	},
	{code:"Previous Year", url:"",
		sub:[
			{"itemoff":[21,0], size:[22,140]},
			{code:"2009 Yuma Hamfest", "url":"hamfestlastyear.html"},
			{code:"2009 Prize Winners", "url":"winners2009.html"},
			{code:"2009 Seminars", "url":"seminarslastyear.html"},
			{code:"2009 Photos", "url":"photos2009.html"}
		]
	}
];
