/***********************************************************************
 * ie7_8.css
 * Project: Waikato Cabling and Communications Ltd
 * Version: 1.0
 * Validation: W3C CSS Validation (CSS Level 3)
 * 
 * This CSS file is structured based on the SMACSS style guide. More
 * information can be found at: http://smacss.com
 * 
 * ----------------------------- History -------------------------------
 * Vers:		By		Date		Description
 * 1.0			IJF		05/2012		Initial version
 ***********************************************************************/

 ul.l-grid li {
 	display: block;
	float: left;
	}

  li.l-lastChild {
  	margin-right: 0px;
  }
