Cufon.set('fontFamily', 'lusi').replace('h1')('h2')('h3')('#content .main-content .banner-top SPAN');
$(document).ready(function(){
	$('#header .main-menu .angelbox').hover(
	function(){$('#header .main-menu .drop-block').slideDown('slow');},
	function(){$('#header .main-menu .drop-block').slideUp('slow');}
	)
	$('#header .main-menu .drop-block .drop-bottom A').click(function(){
		$('#header .main-menu .drop-block').slideUp('slow');
	})
});

