BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,
	shadow:0,
	color:{
		border:'#B3FC50',
		shadow:'#DBD8D1',
		bgON:'#29A200',
		bgOVER:'#F0780A'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	}	
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,112], leveloff:[0,0], style:STYLE, size:[37,112]},

	{code:'Home', url:'index.html'},

	{code:'About DYFA', 
		sub:[
			{itemoff:[37,00], leveloff:[37,0]},
			{code:'Our Story', url:'history.html'},
			{code:'Relationships Matter', url:'community.html'},
			{code:'Who We Are', url:'team.html'},
			{code:'FAQs', url:'faq.html'},
			{code:'Press Kit', url:'presskit.html'},
			{code:'Stage Details', url:'stagedetails.html'},
			{code:'Music Monday', url:'monday.html'},
			
		]
	},
	{code:'Register', url:'registration.html'},

	{code:'Arts Matters!', 
		sub:[
			{itemoff:[37,00], leveloff:[37,0]},
			{code:'Submit Articles', url:'artsmatters.html'},
			{code:'Arts Matters Fall 2011', url:'http://www.dyfa.com/artsmatters1011.html'},
			{code:'Arts Matters Spring 2010', url:'http://www.dyfa.com/artsmatters0210.html'},
			{code:'Arts Matters Fall 2009', url:'http://www.dyfa.com/artsmatters1109.html'},
			{code:'Arts Matters Spring 2009', url:'http://www.dyfa.com/artsmatters0409.html'},
			{code:'Arts Matters 2008', url:'http://www.dyfa.com/artsmatters1108.html'},
			
			
			
			
				
		]
	},

	{code:'Celebrate!', 
		sub:[
			{itemoff:[37,00], leveloff:[37,0]},
			{code:'Nominate Excellence', url:'nominate.html'},
			{code:'Upcoming Events', url:'events.html'},
			{code:'Feedback', url:'feedback.html'},
			
				
		]
	},



		
	
	{code:'Showcase', 
		sub:[
			{itemoff:[37,00], leveloff:[37,0]},
			{code:'Photos', url:'photos.html'},
				
		]
	},
	
{code:'Resources', 
		sub:[
			{itemoff:[37,00], leveloff:[37,0]},
			{code:'Links', url:'links.html'},
							
		]
	},

	{code:'Contact Us', url:'contact.html'},


	
];

