/*
----------------------------------------------------------
IE PC fixes
----------------------------------------------------------
*/
/* the next two rules fake 'min-width' and correct bad banner positioning in IE/Win */
/* the next rule uses invalid values, but it works in IE/Win, and that's what we need */

/* * html ul, ol, dl, a.correction { position: relative; } */ /* fixes disappearing background list ie bug */



* html div#sectionNav {
	position: absolute;
	top: 100px; /* this just needs to be more than the 20px top of the position:fixed version */ 
	width: 100%;  
	/*width:80px;
	margin-left:-20px; 100px; */
}

