/*
CVS: $Id: ie.css,v 1.2 2007/06/08 22:57:04 cvsdevel Exp $
Title: ASU Drupal Template
Copyright: (c) 2006
Author: Aaron Smitthipong
Company: Rhino Internet Solutions
Description: IE Specific CSS styles
*/

/* min-width (IE 5.x/6.0)
   */

#asu_container {
   width: expression(document.body.clientWidth < 1002? "1000px": "auto" );
}

body {
   behavior: url(../css/csshover.htc); /* WinIE behavior call */
}
