@charset "utf-8";
/* CSS Document */

<![if !IE 6]>

.shiftcontainer {
position: relative;
left: 3px; /* Number should match -left shadow depth below */
top: 3px; /* Number should match -top shadow depth below */

}

.shadowcontainer {
	width: 171px;
	background-color: transparent;
	background-image: url(../../Images/bigshadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#contentSidebar br {
	clear: none;
	display: block;
}


.shadowcontainer .innerdiv {
	/* Add container height here if desired */
	position: relative;
	left: -4px; /* shadow depth */
	top: -4px; /* shadow depth */
}
<![endif]>
