/*
css_rr_lte_ie6.css
Author: Larry Ching
Date Created: Apr 6, 2007
Copyright &copy; 2007
*/

/* ******* IE 5 workarounds ******* */

/* border-style: hidden doesn't work in IE 5 */
/* anatomy quiz */
#boxeslabels a .box {
 border: 1px dotted black;

}

/* ******************************** */

/* ******* IE 6 workarounds ******* */

/* border-color: transparent doesn't work in IE 6 */
/* simple remote rollover */
#simple_link .area_c {
  border-color: #DDF;
}

/* This :hover to fix an IE 6  bug - forces a redraw. */
/* simple remote rollover */
#simple_link:hover {
  background-position: 0 0;
}

/* anatomy quiz */
#boxeslabels a:hover {
  background-position: 0 0;
}

/* horse and rider flipbook */
#animdata a:hover {
  background-position: 0 0;
}

/* ******************************** */