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:"",			// color of the item border, if any
		shadow:"",			// color of the item shadow, if any
		bgON:"#252424",		// background color for the items
		bgOVER:"#464240"	// 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,110], leveloff:[26,0], style:STYLE, size:[26,100]},
	{code: "Home", url:"http://darkfall.luxarcana.org.uk/forums/portal.php"
	},
	{code:"Forums", url:"http://darkfall.luxarcana.org.uk/forums/index.php"
	},
	{code:"Roster", url:"http://darkfall.luxarcana.org.uk/forums/rs_roster.php"
	},
	{code:"Guild",
		sub:[
			{itemoff:[26,0], style:ITEMS},
			{code:"History", url:"http://darkfall.luxarcana.org.uk/forums/faq.php?mode=faq_history"
			},
			{code:"Charter", url:"http://darkfall.luxarcana.org.uk/forums/faq.php?mode=faq_charter"
			},
			{code:"Calendar", url:"http://darkfall.luxarcana.org.uk/forums/calendar.php"
			},
			{code:"Galleries", url:"http://darkfall.luxarcana.org.uk/forums/album.php"
			},			
			{code:"Awards", url:"http://darkfall.luxarcana.org.uk/forums/medals.php"
			},
			{code:"Help", url:"http://darkfall.luxarcana.org.uk/forums/faq.php?mode=faq"
			}				
		]
	},
	{code:"Wiki", url:"http://darkfall.luxarcana.org.uk/forums/portal.php?page=2"
	},		
	{code:"Search", url:"http://darkfall.luxarcana.org.uk/forums/search.php"
	},		
	{code:"Register", url:"http://darkfall.luxarcana.org.uk/forums/profile.php?mode=register"
	},		
	{code:"Login", url:"http://darkfall.luxarcana.org.uk/forums/login.php"
	},
];
