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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#F7E380",		// background color for the items
		bgOVER:"#FFD400"	// 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,78], itemoff:[0,129], leveloff:[21,0], style:STYLE, size:[22,130]},
	{code:"About Us", url:"AboutUs.aspx",
		sub:[
			{itemoff:[21,0]},
			{code:"History", url:"History.aspx",
				sub:[
				]
			},
			{code:"Management", url:"Management.aspx",
				sub:[
				]
			},
			{code:"Safety", url:"Safety.aspx",
				sub:[
				]
			}
		]
	},
	{code:"Company Information", url:"CompanyInformation.aspx",
		sub:[
			{itemoff:[21,0]},
			{code:"Fleet", url:"Fleet.aspx",
				sub:[
				]
			},
			{code:"Locations", url:"Locations.aspx",
				sub:[
				]
			}
		]
	},
	{code:"Customer Services", url:"CustomerServices.aspx",
		sub:[
			{itemoff:[21,0]},
			{code:"Get a Rate Quote", url:"RateQuote.aspx",
				sub:[
				]
			}
		]
	},
	{code:"Driver Information", url:"Drivers.aspx",
		sub:[
			{itemoff:[21,0]},
			{code:"Company Driver", url:"CompanyDrivers.aspx",
				sub:[
				]
			},
			{code:"Owner-Operator", url:"OwnerOperators.aspx",
				sub:[
				]
			},
			{code:"Pre-qualification Form", url:"DriverApp.aspx",
				sub:[
				]
			}
		]
	},
	{code:"Careers", url:"Careers.aspx",
		sub:[
		]
	},
	{code:"Contact Us", url:"ContactUs.aspx",
		sub:[
			{itemoff:[33,0]}
		]
	}
];
