/* START FIX
Helps fix IE6 bug that won't display #page_body bg image correctly
*/
* html #page_body { border-bottom: 1px solid #FFF; }
#content { overflow: hidden; }
/* END FIX */

/*Fixes bug where IE won't show borders in the navigation list*/
#nav #mainnav li,
#nav #mainnav a {
	display: inline-block;
}

/*Fixes IE7 bug where popup nav windows would display under lists in the content area*/
/* html>body #mainnav { z-index: 100; } */

/*Fixes bug in IE where the CSUC nav at the bottom would wrap while it doesn't in other browsers*/
#csuc_nav li { font-size: 9px; }

/*Fixes IE6 bug where blockquotes in the sidebar would break the layout at full width*/
* html #sidebar blockquote {
	width: 99%;
	border-left: 1px solid #360;
}
