BLANK_IMAGE = 'include/images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#66FF33"	// 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 STYLE_BORDERS_0 = {
	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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[25,70], itemoff:[16,0], leveloff:[0,155], style:STYLE, size:[17,115]},
	{code:"&nbsp; Main", url:"http://www.affliction.net.nz/",		
		sub:[ 	]
	},
	{code:"&nbsp; Forum", url:"http://affliction.dnserver.net.nz/forums/",			
		sub:[ 	]
	},
	{code:"&nbsp; Vwar", url:"/vwar/", target:"I1",		
		sub:[ 	]
	},
	{code:"&nbsp; Members", url:"/vwar/member.php", target:"I1",	
		sub:[ 	]
	},

	{code:"&nbsp; CG BC2 SQ 4v4", url:"http://www.cybergamer.com.au/pc/bfbc2sr/ladder/",
		sub:[ 	]
	},
	{code:"&nbsp; CG BC2 CON 8v8", url:"http://www.cybergamer.com.au/pc/bfbc2/ladder/",
		sub:[ 	]
	},
	{code:"&nbsp; CG COD BO 5v5", url:"http://www.cybergamer.com.au/pc/codblackops/ladder/",
		sub:[ 	]
	},
	{code:"&nbsp;", url:"", 	
		sub:[ 	]
	},


	{code:"&nbsp;", url:"", 	
		sub:[ 	]
	},


	
];

