BLANK_IMAGE = 'images/b.gif';

var IMAGED_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"lightgrey",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:"lightblue"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOnImaged",	// CSS class for items
		OVER:"clsCMOverImaged"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[5,60], itemoff:[0,149], leveloff:[21,0], style:IMAGED_STYLE, size:[22,150]},
		
	{code:"Home", url:"index.php"},

	{code:"Information",
		sub:
			[
				{itemoff:[21,0]},
				{code:"News", url:"informationmain.php?menuitem=news", alt:"News and Related Information"},
				{code:"Embargo Days / Fees", url:"informationmain.php?menuitem=articles", alt:"Articles" },
				{code:"Documents", url:"informationmain.php?menuitem=documents", alt:"Documents" },
			]
	},

//	{code:"News/Information", url:"newsmain.php", alt:"News and Information"},

//	{code:"Information",
//		sub:
//			[
//				{itemoff:[21,0]},
//				{code:"News", url:"newsmain.php", alt:"News and Related Information"},
//				{code:"Articles", url:"articles.php", alt:"Articles" },
//				{code:"Documents", url:"articles.php", alt:"Documents" },
//			]
//	},

//	{code:"Articles/Documents", url:"articles.php", alt:"Articles and Documents"},

	{code:"Applications", alt:"Abnormal Loads/Vehicle Programs",
		sub:
			[
				{itemoff:[21,0]},
				//{code:"AV Fee Calculator", url:"feecalcindex.php", alt:"Abnormal Vehicle Online Fee Calculator Application" },
				{code:"AV Permit Applications", url:"abloads.php", alt:"Abnormal Vehicle Online Permit Application"},				
			]
	},

    {code:"Statistics", url:"logincheck.php?ModCheck=3", alt:"Various Analysis"},
//    {code:"Abnormal Loads", url:"abloads.php", alt:"Abnormal Loads Related"},
//    {code:"AV Fee Calculator", url:"feecalcindex.php", alt:"Abnormal Loads Related"},
	{code:"System Downloads", url:"logincheck.php?ModCheck=5", alt:"Downloads - AV Databases and System Updates"},
	{code:"Downloads", url:"logincheck.php?ModCheck=8", alt:"Downloads - System Updates"},
//    {code:"Super Routes Maps", url:"logincheck.php?check=2", alt:"SA Super Routes Maps"},
	{code:"Contact", url:"contactus.php", alt:"Contact Information"},
];


