<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainerTitle
{
  position: relative;
  left: 0px; /*Number should match -left shadow depth below*/
  top: 0px; /*Number should match -top shadow depth below*/
}

.shadowcontainerTitle
{
  width: 225px; /* container width*/
  background-color: #FFFFFF;
}

.shadowcontainerTitle .innerdivTitle
{
  /* Add container height here if desired */
  background-color: white;
  border: 0px solid gray;
  padding: 0px;
  position: relative;
  left: 0px; /*shadow depth*/
  top: 0px; /*shadow depth*/
}


.shiftcontainerPromo
{
  position: relative;
  left: 2px; /*Number should match -left shadow depth below*/
  top: 2px; /*Number should match -top shadow depth below*/
}

.shadowcontainerPromo
{
  width: 225px; /* container width*/
  background-color: #d1cfd0;
}

.shadowcontainerPromo .innerdivPromo
{
  /* Add container height here if desired */
  background-color: white;
  border: 0px solid gray;
  padding: 0px;
  position: relative;
  left: -2px; /*shadow depth*/
  top: -2px; /*shadow depth*/
}


.shiftcontainerMenu
{
  position: relative;
  left: 2px; /*Number should match -left shadow depth below*/
  top: 2px; /*Number should match -top shadow depth below*/
}

.shadowcontainerMenu
{
  width: 1024px; /* container width*/
  background-color: #d1cfd0;
}

.shadowcontainerMenu .innerdivMenu
{
  /* Add container height here if desired */
  background-color: white;
  border: 0px solid gray;
  padding: 0px;
  position: relative;
  left: -2px; /*shadow depth*/
  top: -2px; /*shadow depth*/
}

.someclass
{
   background: #fff url(images/topMenuBottomImg.jpg) bottom;
}

</style>

<![endif]>



