$(function(){
  
  //$('#header li a').corners('5px top transparent');
  $('#header li.level0 > a').rcorner();
  
  $('.aside li:last-child').css('border-bottom', 'none');
  $('#footer div p:last-child').css('margin-bottom', 0);
  
  // fix PNGs in IE
  if($.browser.msie && ($.browser.version.substr(0,2)=="5." || $.browser.version.substr(0,2)=="6.") ){
    jQuery('img').ifixpng();
  }

  $('.contact input[type=text]').css('width', '300px');
  
  $("#header ul ul").hide(); // Opera Fix
  
  $("#header ul:first").superfish();
});

