/* ------------------------------------- */
/* --- about us--- */
var MENU_POS0=[
// Level 0 block configuration
{
	// Item's width in pixels
	'width'      : 100,
	// Item's height in pixels
	'height'     : 27,
	// if Block Orientation is vertical
	'vertical'   : true,
	// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	// Time Delay in milliseconds before subling block expands  
	// after mouse pointer overs an item
	'expd_delay' : 300,
	'opacity'	: 95
	// Style class names for the level

},
// Level 1 block configuration
{
	'width'      : 105,
	'height'      : 23,
	// Vertical Offset between adjacent levels in pixels
	'block_top'  : 20,
	'block_left' : -3,
	// Horizontal Offset between adjacent levels in pixels
		// [cellpadding, cellspacing, border]
	'table'      : [0, 0, 0],
	'css' : {
		// Block outing table class
		'table' : 'm1table',
		// Item inner tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'inner' : ['m1innerout','m1innerover','m1innerdown'],
		// Item outer tag style class for all item states or
		// classes for [<default state>, <hovered state>, <clicked state>]
		'outer' : ['m1mouto', 'm1movero', 'm1mdowno']
	},
	'vertical'   : true,
	'opacity'	: 100
}
]


