/*
  --- 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.
*/

/* Tigra Menu template structure */

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 = 122;
}
else {
	block_top = 116;
}

var MENU_POS = [
	{
		'width': 88,
		'height': 22,
		'hide_delay': 200,
		'expd_delay': 200,
		'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',
		'block_left': 22,
		'block_top': block_top,
		'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,
		'height': 20,
		'block_top': 0,
		'block_left': -5,
		'vertical': true,
		'table': [0,0,0,0],
		'css': {
			'table': ['m0table'],
			'outer': ['m0l2oout', 'm0l2oover'],
			'inner': ['m0l2iout', 'm0l2iover']
		},
		'pixel' : 'spacer.gif',
		'wise_pos' : true,
		'shadow' : [0,0,'#999999']
	},
	{
		'width': 175,
		'height': 20,
		'block_top': 0,
		'block_left': -10,
		'vertical': true,
		'table': [0,0,0,0],
		'css': {
			'table': ['m0table'],
			'outer': ['m0l3oout', 'm0l3oover'],
			'inner': ['m0l3iout', 'm0l3iover']
		},
		'pixel' : 'spacer.gif',
		'wise_pos' : true,
		'shadow' : [0,0,'#999999']

	}
];

