/*CSS for IE 8 and below. */

div#tabBox ul.tabs {
	left:-33px; 
	top:24px; 
	/* all that follows is because of inconsisant IE9 support in PIE - eventual updates to PIE may fix these. */
	filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
div#tabBox ul li { 
	-pie-background: linear-gradient(#878988 92%,#555555 96%,#525252 4%);
}
div#tabBox ul.tabs li.selected { 
	-pie-background:#E7EAF2;
}