var MENU_POS1 = {

	'height': [14, 10, 10],
	'width': [150, 150, 150],

	'block_top': [115, 26, 0],
	'block_left': [2, 0, 140],

	'top': [0, 20, 20],
	'left': [150, 0, 0],

	'hide_delay': [200, 200, 200]
};


var MENU_STYLES1 = {
	
	'onmouseout': [
		'color', ['#000000', '#000000', '#000000'], 
		'background', ['#CCCCCC', '#CCCCCC', '#CCCCCC'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	],

	'onmouseover': [
		'color', ['#000000', '#000000', '#000000'], 
		'background', ['#CCCCCC', '#FFFFFF', '#FFFFFF'],
		'textDecoration', ['underline', 'none', 'none'],
		'fontWeight', ['bold', 'bold', 'normal'],
	],

	'onmousedown': [
		'color', ['#000000', '#000000', '#000000'], 
		'background', ['#CCCCCC', '#CCCCCC', '#CCCCCC'],
		'textDecoration', ['none', 'none', 'none'],
		'fontWeight', ['bold', 'normal', 'normal'],
	]
};
	

