The path seems incorrect. I view source and see:
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" media="all" href="../aa_css/global_ie6.css">
<![endif]-->
when it should be:
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" media="all" href="aa_css/global_ie6.css">
<![endif]-->