/* Purpose of this CSS is on IE7 to reverse the CSS that clik_theme applies */
/* Some css from ul.jquerymenu li.parent span.closed / open in jquerymenu.css */
.block-side-nav-panel ul.jquerymenu li.parent span.closed {
  color: #000 !important;
  position: absolute;
  width: 9px;
  display: block;
  height: 9px;
  margin-left: -15px;
  margin-top: 24px;
  background-image: url(../images/controls.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: red;
}
/* ul.jquerymenu li.parent span.open */
.block-side-nav-panel ul.jquerymenu li.parent span.open {
  color: #000 !important;
  position: absolute;
  width: 9px;
  display: block;
  height: 9px;
  margin-left: -15px;
  margin-top: 24px;
  background-image: url(../images/controls.png);
  background-repeat: no-repeat;
  background-position: 0px -9px;
}