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:"index.php"},

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

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

			{code:"Volunteers", url:"Volunteers.php"},
			
			{code:"Corporate", url:"AdClassified.php"},
			
			{code:"F.A.Q", url:"Faq.php"}
		]
},

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

			{code:"Levels", url:"Levels_membership.php"},
			
			{code:"Purchase or Renew", url:"PurchaseRenew.php"},

		]
},

{code:"Learn French", format:{"itemoff":[0,95], size:[24,100], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Classes.php",
		sub:[
			{itemoff:[21,0], size:[24,140]},
			{code:"Spring Summer", url:"Classes.php"},

			{code:"Beginner", url:"Beginner.php"},
			
			{code:"Intermediate", url:"Intermediate.php"},

			{code:"Advanced", url:"Advanced.php"},

			{code:"Travelers", url:"Travelers.php"},
			
			{code:"Children & Teens", url:"Children.php"},
			
			{code:"Corporate", url:"Corporate.php"},
	
			{code:"Private", url:"Private.php"},

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

			{code:"Policies", url:"Policies.php"}
	]
},

{code:"Events", format:{"itemoff":[0,95], "size":[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"EventListing.php",
		sub:[
			{itemoff:[21,0], size:[24,140]},
			{code:"Event Listing", url:"EventListing.php"},
 
			{code:"Calendar of Events", url:"EventCalendar.php"},
			
			{code:"Book Clubs", url:"BookClubs.php"},

			{code:"Cinema", url:"Cinema.php"},
			
			{code:"Cercle de Cuisine", url:"Cuisine.php"}
			
		
			
	]
},


{code:"Scholarship", format:{"itemoff":[0,95], "size":[24,85]}, url:"Scholarship.php"},


{code:"Resources", format:{"itemoff":[0,85], size:[24,90], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Library.php",
		sub:[
			{itemoff:[21,0], size:[24,180]},
			{code:"Library", url:"Library.php"},
			
			

			{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:"Federation", url:"http://www.afusa.org/"},

			{code:"Alliance Française in California", url:"LinkRelevant.php"},
			
			{code:"Associations in San Diego", url:"LinkFrench.php"}			
	]
},


{code:"Sign-in", format:{"itemoff":[0,90], size:[24,80], arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, url:"Signin.php"},
		


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