BLANK_IMAGE = 'images/b.gif';

var NOSTYLE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"clsCMOn1",
		OVER:"clsCMOver1"
	}
};


var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#4fa4c8",		// background color for the items
		bgOVER:"#6c6c6c"	// 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 STYLERED = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#c30000",		// background color for the items
		bgOVER:"#6c6c6c"	// 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 STYLEYellow = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#ebb100",		// background color for the items
		bgOVER:"#6c6c6c"	// 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",36],leveloff:[31,0],style:NOSTYLE, size:[31,160]},
	{code:'web design',itemoff:[26,50],
		sub:[
			{itemoff:[30,0]},
			{code:"Introduction", url:"web_design_introduction.html",style:STYLE, size:[31,161]},
			{code:"Interactive Flash Design", url:"web_design_interactive_flash_design.html",style:STYLE, size:[31,161]},
			{code:"Website Revamp and Redesign", url:"web_design_website_revamp_and_redesign.html",style:STYLE, size:[50,161]},
			{code:"Website Usability Analysis", url:"web_design_website_usability_analysis.html",style:STYLE, size:[50,161],itemoff:[49,0]},
			{code:"Portfolio",url:"web_design_portfolio.html",style:STYLE, size:[31,161],itemoff:[49,0]},
			]
		},
			
	
	{code:'web solution', itemoff:[0,163],
		sub:[
			{itemoff:[30,0]},
			{code:"Introduction", url:"web_solution_introduction.html",style:STYLEYellow, size:[31,161]},
			{code:"Content Management System (CMS)",url:"web_solution_content_management_system_CMS.html",style:STYLEYellow, size:[50,161]},
			{code:"E-Commerce Solutions",url:"web_solution_e-commerce_solutions.html",style:STYLEYellow, size:[31,161],itemoff:[49,0]},
			{code:"E-Catalogue",url:"web_solution_e-catalogue.html",style:STYLEYellow, size:[31,161]},
			{code:"Portal Design & Development",url:"web_solution_portal_design_development.html",style:STYLEYellow, size:[50,161]},
			{code:"Customized Web Development",url:"web_solution_customized_web_development.html",style:STYLEYellow, size:[50,161],itemoff:[49,0]},
			]
		},
			
	
	{code:'web marketing' , itemoff:[0,161],
		sub:[
			{itemoff:[30,0]},
			{code:"Introduction", url:"web_marketing_introduction.html",style:STYLERED, size:[31,161]},
			{code:"Search Lifecycle Marketing (SLM)",url:"web_marketing_search_lifecycle_marketing_SLM.html",style:STYLERED, size:[50,161]},
			{code:"Search Engine Optimization (SEO)",url:"web_marketing_search_engine_optimization_SEO.html",style:STYLERED, size:[50,161],itemoff:[49,0]},
			{code:"Landing Page Optimization",url:"web_marketing_landing_page_optimization.html",style:STYLERED, size:[50,161],itemoff:[49,0]},
			{code:"Website Analytics ",url:"web_marketing_website_analytics.html",style:STYLERED, size:[31,161],itemoff:[49,0]},
			]
		},
	{code:'<img src="images/main/wow.jpg" width="160" height="23" />', itemoff:[0,135], url:"wow3.html",
		sub:[
			
			]
		},
		
];
