.wp-sc-ul {
  font-family: Monospace;
  font-color: black;

}



.wp-sc-ul-bg {
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0;
  background: url(images/aldo/bg.gif) top repeat-x;
  background-color: #b0b0b0;
}

.wp-sc-ul-t {

  padding-top: 8px;
  background: url(images/aldo/border.gif) top repeat-x;
 /*  background-color: #eeeeee; */
filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#C0CFE2', startColorstr='#FFFFFF', gradientType='0');
}

.wp-sc-ul-b {


  padding-bottom: 8px;

  background: url(images/aldo/border.gif) bottom repeat-x;
}

.wp-sc-ul-l {

  padding-left: 8px;
  background: url(images/aldo/border.gif) left repeat-y;
}

.wp-sc-ul-r {

  padding-right: 8px;


  background: url(images/aldo/border.gif) right repeat-y;
}

.wp-sc-ul-ul {

  padding-top: 8px;
  background: url(images/aldo/tr.gif) top left no-repeat;
}

.wp-sc-ul-ur {
  padding-top: 8px;
  background: url(images/aldo/tl.gif) top right no-repeat;
}

.wp-sc-ul-dl {
  padding-bottom: 8px;
  background: url(images/aldo/bl.gif) bottom left no-repeat;
}

.wp-sc-ul-dr {
  padding-bottom: 8px;
  background: url(images/aldo/br.gif) bottom right no-repeat;
}
