BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#791400",	// color of the item border, if any
		shadow:"2",	// color of the item shadow, if any
		bgON:"#EDE2CD",		// background color for the items
		bgOVER:"#791400"	// background color for the item which is under mouse right now
		
		
		
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};


var STYLE1 = {
	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:"",		// 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 MENU_ITEMS = [
		{pos:"relative", delay:[200,5000],leveloff:[10,0], style:STYLE1, size:[16,0]},
			<!--{code:"&nbsp; Home &nbsp;|",format:{size:[21,55],itemoff:[0,0]},url:"index.html"},-->
			
			
		{code:"&nbsp;&nbsp; Home |&nbsp;&nbsp;&nbsp; ",format:{size:[21,100],itemoff:[0,50]},url:"index1.html"},
		
  	 {code:"&nbsp;&nbsp;&nbsp;&nbsp;About India &nbsp;&nbsp;&nbsp;",format:{size:[21,100],itemoff:[0,50]},url:"aboutindia.html"},
				
				
				
/*		{code:"About India &nbsp;&nbsp;|",format:{size:[21,130],itemoff:[0,75]},url:"whyindia.html"},
*/
		{code:"&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;Our Services &nbsp;|&nbsp;&nbsp;",format:{size:[21,140],itemoff:[0,85]},url:"ourservices.html",
		sub:[
					{itemoff:[22,0], style:STYLE, size:[25,180]},
					{code:"&nbsp;Tours in India",url:"ourservices.html"},
					{code:"&nbsp;Itinaries & Services ",url:"ourservices.html"},
					{code:"&nbsp;Guidance in Hotels Booking",url:"#"},
					{code:"&nbsp;Transportation",url:"ourservices.html"},
					{code:"&nbsp;Education visits",url:"ourservices.html"},
					{code:"&nbsp;Traditional Style Marriages",url:"ourservices.html"},
					{code:"&nbsp;Business Visits",url:"ourservices.html"},
			]
			},
		
			
		{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Enquiries &nbsp;&nbsp;|",format:{size:[21,160],itemoff:[0,100]},url:"enquiries.html"},
			
			
			
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Contact us &nbsp;|",format:{size:[21,120],itemoff:[0,85]},url:"contactabouttour.html"},
			{code:"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Site Map &nbsp;",format:{size:[21,110],itemoff:[0,90]},url:"sitemap.html"},
];


	
			
			

