/*
  --- menu level scope settins structure --- 
  note that this structure has changed its format since previous version.
  Now this structure has the same layout as Tigra Menu GOLD.
  Format description can be found in product documentation.
*/

var ie_index = navigator.appVersion;

if (ie_index.indexOf("MSIE 6.")!=-1 || ie_index.indexOf("MSIE 7.")!=-1 || ie_index.indexOf("MSIE 5.")!=-1) {
	block_top = 160;
	block_left = 10;
}
else {
	block_top = 153;
	block_left = 8;
}

var MENU_POS = [
{
	// item sizes
	'width': 92,
	'height': 22,
	// menu block offset from the origin:
	//	for root level origin is upper left corner of the page
	//	for other levels origin is upper left corner of parent item
	'block_top': block_top,
	'block_left': block_left,
	'opacity': 100,
		'vertical': false,
		'table': [0,0,0],
		'css': {
			'table': ['m0table'],
			'outer': ['m0l0oout','m0l0oover'],
			'inner': ['m0l0iout','m0l0iover']
		},
	'pixel' : 'http://ccgovernment.carr.org/ccg/menu_files/pixel.gif',
	'hide_delay': 50,
	'expd_delay': 50,
	'wise_pos' : true
},
{
	'width': 175,
	'block_left': -5,
	'block_top': 0,
	'vertical': true,
	'table': [0,0,0,0],
	'css': {
		'table': ['m0table'],
		'outer': ['m0l1oout','m0l1oover'],
		'inner' : ['m0l1iout', 'm0l1iover']
	},
	'pixel' : 'spacer.gif',
	'wise_pos' : true,
	'shadow' : [0,0,'#999999']
},
{
	'width': 175,
	'block_top': 0,
	'block_left': -5,
	'vertical': true,
		'table': [0,0,0,0],
		'css': {
			'table': ['m0table'],
			'outer': ['m0l1oout','m0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		},
		'pixel' : 'spacer.gif',
		'wise_pos' : true,
		'shadow' : [0,0,'#999999']
},
{
	'width': 155,
	'height': 20,
	'block_top': 0,
	'block_left': -10,
	'vertical': true,
		'table': [0,0,0,0],
		'css': {
			'table': ['m0table'],
			'outer': ['m0l1oout','m0l1oover'],
			'inner' : ['m0l1iout', 'm0l1iover']
		},
		'pixel' : 'spacer.gif',
		'wise_pos' : true,
		'shadow' : [0,0,'#999999']
}
]

