/*fixes issue where widths set in html push content out in ie 5 */
.ie5overflowfix {
	width: 100%;
	overflow: hidden;
	}
html>body .ie5overflowfix {
	overflow:visible;
}