jQuery(document).ready(function() {
	jQuery('#backtop a').click(function() {
		jQuery('html, body').animate({scrollTop:0}, 'slow');
		return false;
	});
});

jQuery(document).ready(function() {
	jQuery('#sidebar').hover(function(){
    		jQuery('#menu_top_middle').css("color", "#000");
		});
});
	




