jQuery(window.document).ready(function($){

// $('#nav a').hover(function(){
// 	$(this).animate({
// 		backgroundColor: '#ccc'
// 		, opacity: 1.0
// 	}, 'fast');
// }, function(){
// 	$(this).animate({
// 		backgroundColor: '#fff'
// 		, opacity: 0.7
// 	}, 'fast');
// })

});

