BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"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:[90,110], itemoff:[0,150], leveloff:[0,0], style:NOSTYLE, size:[21,130]},
	{code:"",
		sub:[
			{itemoff:[21,20], leveloff:[21,0], style:STYLE},
			{code:"Social News "},
			{code:"Political News"},
			{code:"Religious News"}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,10], leveloff:[21,0], style:STYLE},
			{code:"Our India"},
			{code:"United Kingdom"},
			{code:"United States"},
			{code:"United A. E."},
			{code:"Canada "},
			{code:"Other Countries"}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,20], leveloff:[21,0], style:STYLE},
			{code:"Social Issues"},
			{code:"Political Power"},
			{code:"Religious Activities"}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,10], leveloff:[21,0], style:STYLE},
			{code:"Job Opportunities"},
			{code:"Higher Education"},
			{code:"Basic Education "},
			{code:"Various Scholarships "},
			{code:"Free Training Courses "},
			{code:"Motivation Mantra "},
			{code:"Questions & Answers "}
		]
	},
	{code:"",
		sub:[
			{itemoff:[21,10], leveloff:[21,0], style:STYLE},
			{code:"In News/Media"},
			{code:"Not In News"},
			{code:"HOT Issues "},
			{code:"Get Help From SSD "}
		]
	}
];
