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:"#eeeeee",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"#ffffff",		// background color for the items
		bgOVER:"#eeeeee"	// 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:"relative", itemoff:[0,79], leveloff:[21,0], style:STYLE, size:[24,80], levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'},
	
	{code:"Home", format:{"size":[24,50]}, url:"default.htm"},

	{code:"About Us",format:{"itemoff":[0,49], "size":[24,75], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"About.htm",
		sub:[	
			{itemoff:[21,0], size:[24,130]},
			{code:"Staff", url:"Staff.htm"},

			{code:"Teachers", url:"Teachers.htm"},
			
			{code:"Board", url:"Board.htm"},

			{code:"Sponsors & Donors", url:"Donors.htm"},

			{code:"Volunteers", url:"Volunteers.htm"},
			
			{code:"F.A.Q", url:"Faq.htm"},
			{code:"Testimonials", url:"Testimonials.htm"}
		]
},

{code:"Membership", format:{"itemoff":[0,74], "size":[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Membership.htm",
		sub:[
			{itemoff:[21,0], size:[24,140]},
			{code:"Benefits", url:"Benefits.htm"},

			{code:"Levels", url:"Levels.htm"},
			
			{code:"Purchase or Renew", url:"http://www.afdenver.org/AFD_Store/cart.php?target=category&category_id=75", target:"blank"}

		]
},

{code:"Learn French", format:{"itemoff":[0,89], size:[24,110], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Classes.htm",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			{code:"Overview", url:"Classes.htm"},

			{code:"Levels", url:"Levels_learn.html"},
			
			//{code:"Intermediate", url:"Intermediate.htm"},
			
			//{code:"Intermediate Advanced", url:"IntermediateAdvance.htm"},

			//{code:"Advanced", url:"Advanced.htm"},
	
			{code:"Corporate Classes", url:"Corporate.html"},	
			
	
			{code:"Placement Test", url:"Placement.html"},

			{code:"Certifications", url:"Certifications.htm"},

			{code:"2008 Calendar", url:"Calendar.html"},
				
			{code:"Policies", url:"Policies.htm"},
			
			{code:"Why French?", url:"why.html"} 
	]
},

{code:"Live French", format:{"itemoff":[0,110], "size":[24,120], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"EventListing.htm",
		sub:[
			{itemoff:[21,0], size:[24,160]},
			{code:"Event Listing", url:"EventListing.htm"},
 
			{code:"Calendar of Events", url:"EventCalendar.htm"},

		//	{code:"Art Gallery", url:"ArtGallery.htm"},
			
		//	{code:"Travel", url:"Travel.htm"},
			
			{code:"Tour de France of Wines", url:"Wine.htm"},
			
			
	]
},





{code:"Resources", format:{"itemoff":[0,120], size:[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Resources.htm",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			
			{code:"AF Around the World", url:"http://www.alliancefr.org", target:"blank"},

			{code:"AF in the United States", url:"http://www.alliance-us.org/en/Index.aspx", target:"blank"},

			{code:"Atlanta en francais", url:"enFrancais.html"},

			{code:"Relevant Links", url:"relevantLinks.html"},
			
			{code:"Translation Services", url:"Translations.htm"}			
	]
},

{code:"Donate", format:{"itemoff":[0,90], size:[24,80], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Donate.htm",
		sub:[
			{itemoff:[21,0], size:[24,120]},
			{code:"Annual Fund", url:"AnnualFund.htm"},

			{code:"Gift Program", url:"GiftProgram.htm"},

	]
},

{code:"Contact Us", format:{"size":[24,80]}, url:"ContactUs.htm"}
	
	
];
