BLANK_IMAGE = 'images/spacer.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:"",			// color of the item border, if any
		shadow:"",			// color of the item shadow, if any
		bgON:"",			// background color for the items
		bgOVER:""			// 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 ITEMS = {
	border:0,				// item's border width, pixels; zero means "none"
	shadow:0,				// item's shadow size, pixels; zero means "none"
	color:{
		border:"#DEE3E7",	// color of the item border, if any
		shadow:"",			// color of the item shadow, if any
		bgON:"#816148",		// background color for the items
		bgOVER:"#F2D392"	// 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,100], leveloff:[28,0], style:STYLE, size:[26,100]},
	{code: "Home", url:"http://vanguard.luxarcana.org.uk/forums/portal.php"
	},
	{code:"Forums", url:"http://vanguard.luxarcana.org.uk/forums/index.php"
	},
	{code:"Roster", url:"http://vanguard.luxarcana.org.uk/forums/rs_roster.php"
	},
	{code:"Guild",
		sub:[
			{itemoff:[26,0], style:ITEMS},
			{code:"History", url:"http://vanguard.luxarcana.org.uk/forums/faq.php?mode=faq_history"
			},
			{code:"Charter", url:"http://vanguard.luxarcana.org.uk/forums/faq.php?mode=faq_charter"
			},
			{code:"Calendar", url:"http://vanguard.luxarcana.org.uk/forums/calendar.php"
			},
			{code:"Galleries", url:"http://vanguard.luxarcana.org.uk/forums/album.php"
			},			
			{code:"Awards", url:"http://vanguard.luxarcana.org.uk/forums/medals.php"
			},
			{code:"Help", url:"http://vanguard.luxarcana.org.uk/forums/faq.php?mode=faq"
			}				
		]
	},
	{code:"Raids",
		sub:[
			{itemoff:[26,0], style:ITEMS},
			{code:"Guide", url:"http://vanguard.luxarcana.org.uk/forums/faq.php?mode=faq_raids"
			},	
			{code:"Standings", url:"http://vanguard.luxarcana.org.uk/forums/rs_dkp_listplayers.php"
			},
			{code:"Event List", url:"http://vanguard.luxarcana.org.uk/forums/rs_dkp_listevents.php"
			},
			{code:"Raids List", url:"http://vanguard.luxarcana.org.uk/forums/rs_dkp_listraids.php"
			},
			{code:"Item Values", url:"http://vanguard.luxarcana.org.uk/forums/rs_dkp_listitems.php"
			},
			{code:"Item History", url:"http://vanguard.luxarcana.org.uk/forums/rs_dkp_listitems.php?s=&p=history"
			}			
		]	
	},		
	{code:"Search", url:"http://vanguard.luxarcana.org.uk/forums/Search.php"
	},		
	{code:"Register", url:"http://vanguard.luxarcana.org.uk/forums/profile.php?mode=register"
	},		
	{code:"Login", url:"http://vanguard.luxarcana.org.uk/forums/login.php"
	},
];
