/* Fragment to allow for MSIE6 */
/* Stylesheet for Cooke web site - Lab notes*/
/* 24th April 2009 */

/* Makes fleche transparent for IE6 */
/* Obsoleted if IE7 script active */

#flechexxx { 
  width: 800px;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fleche7-trans.png",sizingMethod="crop");
}

/* Changes to compensate for lack of support for fixed position */
/* Obsoleted if IE7 script active */

#pane_menu_page, #pane_menu_site {
  position: absolute;
}

#pane_main {
  position: absolute;
  left: 200px;
  margin-left: 0px;
}

/* Change to remove extra space before list item */

.menu  li      { display: inline;  }


/* Page-specific changes */

#link_styles div#s9 table#browsers { margin-left: 0px;}
