/*
	Styles for overriding on IE6 to enable functionality. IE6 is a non-standard-compliant, ancient browser
*/
<!--[if lte IE 7]>
#menu { background: #663; }
#material { 
width: 440px;
margin-left: 0;
margin-right: 0;
/* maybe a very low number for left and right margins would work too, didn't test */ }

#menu {
margin-left: 10px;
/* this is a purely cosmetic thing, without it menu text was touching the edge of div */ }
<![endif]-->