BLANK_IMAGE = 'images/spacer.gif';

var STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"menuOn",		// CSS class for items
		OVER:"menuOver"	// CSS class for item which is under mouse
	},
	transition:{
		fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.10)',
		fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.10)'
	}
};

var STYLE2 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// 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:"subMenuOn",		// CSS class for items
		OVER:"subMenuOver"	// CSS class  for item which is under mouse
	}
	/*,
	fadeIn:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)',
	fadeOut:'progid:DXImageTransform.Microsoft.Fade(duration=0.3)'*/
};

var MENU_ITEMS = [
	{pos:['relative'], delay:[200,600], itemoff:[0,150], leveloff:[30,0], style:[STYLE1, STYLE2], size:[30,150]},
	{code:"Home", url:"http://www.statsoftsa.co.za/"},

	{code:"Industry Solutions", url:"http://www.statsoftsa.co.za/solutions.htm"},
	
	{code:"Training Courses", url:"http://www.statsoftsa.co.za/training_courses.htm"},
	
	{code:"Training Schedule", url:"http://www.statsoftsa.co.za/training_schedule.htm"},
	
	{code:"Contact Us", url:"http://www.statsoftsa.co.za/contact.htm"}
];

