$(document).ready(function(){
	$('table.BLM span:nth-child(1)').addClass('first');
	//$('table.BLM span:nth-child(1) table.blm-menugroup table.blm-menuitem:nth-child(1)').addClass('firstItem');
	$('table.BLM span:nth-child(1) table.blm-menugroup table.blm-menuitem:nth-child(1)').css({
		'width':'89px',
		'padding':'5px',
		'background':'#473f38',
		'display':'block',
		'cursor':'pointer'
	});
	$('table.BLM span:nth-child(2)').addClass('second');
	$('table.BLM span:nth-child(3)').addClass('third');
	//$('table.BLM span:nth-child(3) table.blm-menugroup table.blm-menuitem:nth-child(1)').addClass('firstItem');
	$('table.BLM span:nth-child(3) table.blm-menugroup table.blm-menuitem:nth-child(1)').css({		
		'border':'solid 1px #66625d',
		'width':'107px',
		'height':'18px',
		'background':'#473f38',
		'display':'block',
		'behavior':'url("/shared/css/csshover.htc")'
	});
	$('table.BLM span:nth-child(4)').addClass('fourth');
});