// JavaScript Document
$(function() {
    
  $('#nav li').dropShadow({opacity: .2});
  $('.shadow').dropShadow({opacity: .2});
  $('.rounded').corner()
  $('#footer').corner('bottom');
  $('ul li:last-child').css('border','none');

});