ul.jquerymenu li.parent {
  list-style: none;
  list-style-image: none;
  background-image: none;
}
ul.jquerymenu li.closed ul{
  display: none;
}
ul.jquerymenu li span.parent {
  position: relative;
  margin-left: -20px;
  width: 21px;
  height: 21px;
  display: block;
  float:right;
}
.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;
  right:0;
}
ul.jquerymenu li.parent span.open {
  background-image: url(images/minus.png);
  background-repeat: no-repeat;
  background-position: left top;
  right:0;
}
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;
}

.block-jquerymenu .content
{
	background:#EAEAEA;
	padding-left: 3%;
	border-left: 3px solid #0A2C33;
}

.block-jquerymenu .content .jquerymenu a
{
	font-size:1em;
	color:#0A2C33;
	text-decoration:none;
}

.block-jquerymenu .content li
{
	padding:2px 0 !important;
	border-bottom: solid 1px #DFDFDF;
}