BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// 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:'relative', itemoff:[0,99], leveloff:[29,0], style:STYLE, size:[30,150]},
	
	{code:"IT & Services", url:"CQIT/home.aspx"},
	{code:"Retail & Training",
		sub:[
			{leveloff:[29,0]},
			{code:"Singapore", url:"http://www.cyberquote.com.sg/cqusers/general/home.asp?location=singapore"},
			{code:"Malaysia", url:"http://www.cyberquote.com.sg/cqusers/general/home.asp?location=malaysia"}
		]
	}
];

