



/*********************************************
	IE specific fixes
*********************************************/
/* png fix
*html img {behavior:url(http://blogs.d3corp.com/ravens24x7/iepngfix.htc); }
*html div{behavior:url(http://blogs.d3corp.com/ravens24x7/iepngfix.htc); }
*html a {behavior:url(http://blogs.d3corp.com/ravens24x7/iepngfix.htc); }
*html input{behavior:url(http://blogs.d3corp.com/ravens24x7/iepngfix.htc); }
*html h1 {behavior:url(http://blogs.d3corp.com/ravens24x7/iepngfix.htc); } */

/* fixes drop down hover issues in IE6 when using ul menus http://www.xs4all.nl/~peterned/csshover.html */
*html body {behavior: url(http://blogs.d3corp.com/ravens24x7/csshover3.htc) }

img {-ms-interpolation-mode: bicubic; /* fixes scaled images for IE6 and IE7 */}

/* rounded corners http://css3pie.com/ */
.round { behavior: url(http://blogs.d3corp.com/ravens24x7/PIE.htc); position:relative; z-index:1;}

