BLANK_IMAGE = '/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:"#479528",	// color of the item border, if any
		shadow:"#479528",	// color of the item shadow, if any
		bgON:"#479528",		// background color for the items
		bgOVER:"#90CB3F"	// 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:[0,0], itemoff:[0,120], leveloff:[22,0], style:STYLE, size:[22,120],BLANK_IMAGE:'/images/b.gif'},
	{code: "",size:[22,20]},
	{code:"Home", url:"/default.htm",itemoff:[0,20]},
	
	{code:"Service",url:"/service/service.htm",
		sub:[
			{itemoff:[21,0],size:[22,160]},
			{code:"Legendery Service",url:"/service/legendery.htm"},
			{code:"Training & Development",url:"/service/training.htm"},
			{code:"Design",url:"/service/design.htm"},
			{code:"Service Range in SA",url:"/service/range.htm"}
		]
	},
	{code:"News",url:"/news/news.htm"},
	
	{code:"Contact Us",url:"/contact/contact.htm",
		sub:[
			{itemoff:[21,0],size:[22,140],leveloff:[22,-20]},
			{code:"Where to Find Us",url:"/contact/findus.htm"},
			{code:"Feedback from clients",url:"/contact/feedback.htm"},
			{code:"Sales Enquiry",url:"/contact/request.htm"},
			{code:"Service Enquiry",url:"/contact/help.htm"}
		]
	}
];
