BLANK_IMAGE = '/images/b.gif';

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:"#666666",		// background color for the items
		bgOVER:"#3A7E8F"	// background color for the item which is under mouse right now
	},
	css:{
		// Change these styles in menu_style.css
		ON:"clsCMOn",	// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[10,10], itemoff:[0,157], leveloff:[21,0], style:STYLE, size:[22,158]},
	{code:"Home", "url":"http://www.dyers.com.au/"},
	{code:"About Us",
		sub:[
			{itemoff:[21,0]},
			{code:"About Dyers", "url":"/about"},
			{code:"Our History", "url":"/about/ourhistory.asp"}
		]
	},
	{code:"Services",
		sub:[
			{itemoff:[21,0]},
			{code:"Contract Distribution", "url":"/divisions"},
			{code:"Gippsland Express", "url":"/divisions/Gippsland.asp"},
			{code:"Warehousing", "url":"/divisions/Warehousing.asp"}
		]
	},
	{code:"Dyers Online",
		sub:[
			{itemoff:[21,0]},
			{code:"Proof of Delivery", "url":"http://portal.dyers.com.au/webconsignment/"},
			{code:"Bookings", "url":"/services/default.asp"},
			{code:"Quotes", "url":"/services/quote.asp"},
			{code:"Credit Application", "url":"/services/credit.asp"},
			{code:"Customer Documents", "url":"/services/files.asp"}
		]
	},
	{code:"Contact Us",
		sub:[
			{itemoff:[21,0]},
			{code:"Contact Form", "url":"/contact/default.asp"},
			{code:"Locations", "url":"/contact/Branch.asp"},
			{code:"Links/News", "url":"/contact/links.asp"}
		]
	}
];
