ul.jquerymenu li.parent {
  list-style: none;
  list-style-image: none;
  background-image: none;
  border-bottom: 1px #d3d3d3 dotted;
}
ul.jquerymenu li.closed ul{
  display: none;
}
ul.jquerymenu li span.parent {
  position: absolute;
  margin-left: -15px;
  margin-top: 6px;
  width: 9px;
  height: 9px;
  display: block;
}
.ie ul.jquerymenu li span.parent {
  margin-top: 4px;
}
ul.jquerymenu li.parent span.closed {
  background-image: url(images/plus.png);
  background-repeat: no-repeat;
  background-position: left top;
}
ul.jquerymenu li.parent span.open {
  background-image: url(images/minus.png);
  background-repeat: no-repeat;
  background-position: left top;
}
ul.jquerymenu li.parent span.parent {
  cursor: pointer;
}
ul.jquerymenu li .jquerymenu_link_edit {
  display: none;
  position: absolute;
  width: 45px;
  margin-left: -40px;
  margin-top: 2px;
}