.menu {
  width: 280px;
  background: url(/images/menu-top.jpg) no-repeat left top;
}
.menu div {
  background: url(/images/menu-bottom.jpg) no-repeat left bottom;
}
.menu ul {
  margin: 0;
  padding: 20px 0 35px;
}
.menu ul li {
  padding: 14px 0 6px 61px;
  list-style: none;
  background: url(/images/arrow.gif) no-repeat 44px 18px;
  font: bold 14px Arial;
  color: #000;
}
.menu ul li.selected {
  padding-left: 61px;
  background: url(/images/li-saw.gif) no-repeat left top;
}