var MENU_POS1 = {
	'height': [20, 20, 0],
	'width': [90, 150, 110],
	'block_top': [81, 20, 0],
	'block_left': [0, 0	, 0],
	'top': [0, 20, 20],
	'left': [90, 0, 0],
	'hide_delay': [200, 200, 200]
};

var MENU_STYLES1 = {
	'onmouseout': [
		'color', ['#ffffff', '#ffffff', '#ffffff'], 
		'background', ['#666666', '#666666', '#666666'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['normal', 'normal', 'normal'],
	],
	'onmouseover': [
		'color', ['#31da39', '#31da39', '#31da39'], 
		'background', ['#666666', '#666666', '#666666'],
		'textDecoration', ['underline', 'underline', 'underline'],
		'fontWeight', ['normal', 'normal', 'normal'],
	],
	'onmousedown': [
		'color', ['#31da39', '#31da39', '#31da39'], 
		'background', ['#666666', '#666666', '#666666'],
		'textDecoration', ['underline', 'underline', 'underline'],
		'fontWeight', ['normal', 'normal', 'normal'],
	]
};
	
