
$(document).ready(function() {
	$("#menu, #menu ul, h1#logo").dropShadow({left: 1, top: 2, opacity: 0.6, blur: 1});

});