/**
*  Author: Garth Rowe
* Created: September 04, 2009
* Purpose:  
*          This style was implemented to minimize the effort involved with updating the what's new
*          The style must only apply to the hm-eng.html and hm-fra.html pages which is why it was placed in a separate 
*          stylesheet.
*/

/**Apply this class to the <li> element you want removed (hidden) from the what's new page **/

.whatsnewhide {
	visibility:hidden;
	display:none;
}

