$j(document).ready(function()
{
  if(jQuery.browser.msie&&parseInt(jQuery.browser.version,10)<7)
  {
    $j('ul.sf-menu').superfish({delay:400,animation:{height:'show'},speed:275})
    }
    else
    {
      $j('ul.sf-menu').supersubs({minWidth:12,maxWidth:27,extraWidth:0}).superfish({delay:400,animation:{height:'show'},speed:275})
      }
      var overlayColor=$j('#fancy_overlay').css('background-color')||'#2c2c2c';

});

function roundCorners()
{
$j('.rounded, .ui-corner-all').css({'-moz-border-radius':'4px','-webkit-border-radius':'4px','border-radius':'4px'})
}

