﻿/* -------------------------------------------------------------- 
  
   IE6.css
   * Defines style rules to fix rendering issues and bugs specific to IE6
   
    Chris Meagher 24/12/2007
   
-------------------------------------------------------------- */

/* --------------------------------------------------------------

* These rules are to help IE6 auto clear floats by forcing 
  hasLayout

-------------------------------------------------------------- */

ul.horizontal, 
ol.horizontal, 
div.formInput, 
div.message, 
div#header, 
div#body, 
div#footer, 
div#footer div#moreInformation, 
div#creditorInstruction, 
div#originatorInstruction, 
div#grid
{    
	zoom: 1;
}

/* --------------------------------------------------------------

* These rules are to fix the site navigation

-------------------------------------------------------------- */
    
div#siteNavigation li a
{
    zoom: 1;
}
    
div#siteNavigation li a:focus, div#siteNavigation li a:hover, div#siteNavigation li.selected a
{
    background-color: transparent;
}

