jQuery(function(){ 
	jQuery('#menu').each(function(i,e){
      $(e).corner("round 6px top");
    });   
jQuery('#footer').each(function(i,e){
      $(e).corner("round 6px bottom");
    }); 
  });
  
