BLANK_IMAGE="/_images/5x5spacer.gif";

var STYLE_0 = {
	border:0,			// 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:"",			// color of the item shadow, if any
		bgON:"000000",			// background color for the items
		bgOVER:"000000"			// 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 STYLE_1 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#5D66B1",	// color of the item border, if any
		shadow:"#CCCCCC",	// color of the item shadow, if any
		bgON:"#0E1681",		// background color for the items
		bgOVER:"#0E1681"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	},
    transition:{
        fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
        fadeOut:''
    }
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[0,0], style:STYLE_0, size:[25,100]},

	{code:'<img src="/_images/btnAboutUs_off.jpg">', ocode:'<img src="/_images/btnAboutUs_on.jpg">', "format":{"size":[22,98], "itemoff":[0,0]}, url: "/about.asp",
        sub:[
            {"leveloff":[24,0], style:STYLE_1, "delay":300},
            {code:"Our Regions", "format":{"size":[23,98], "itemoff":[0,0]}, url: "/regions.asp"},
            {code:"Our Investments", "format":{"size":[23,98], "itemoff":[22,0]}, url: "/money.asp"},
            {code:"Our Financials", "format":{"size":[23,98], "itemoff":[22,0]}, url: "/financial.asp"}
        ]
    }
];