.expandableMenuList {
  margin: 0px;
  padding: 5px 0px 5px 5px;
}

li.expandableMenubar {
  background: url(/extend/default/images/plus.gif) no-repeat 0em 0.3em;
  line-height: 1.5em;
  list-style: none outside;
}

.expandableMenu, .expandableSubmenu {
  display: none;
  margin-left: 15px;
  padding: 0px;
}

.expandableMenu li, .expandableSubmenu li {
  /*background: url(/extend/default/images/square.gif) no-repeat 0em 0.3em;*/
  background: no-repeat 0em 0.3em;
  list-style: none outside;
}

a.expandableActuator {
  background-color: transparent;
  color: #000;
  padding-left: 15px;
  text-decoration: none;
}

a.expandableActuator:hover {
  text-decoration: underline;
}

.expandableMenu li a, .expandableSubmenu li a {
  text-decoration: none;
}

.expandableMenu li a:hover, expandable.Submenu li a:hover {
  text-decoration: underline;
}

.expandableTitle, a.expandableTitle:link, a.expandableTitle:link:hover, .expandableTitle a:link, .expandableTitle a:link:hover, a[onclick].expandableTitle {
  background-color: transparent;
  color: #000;
  text-decoration: none;
}
.expandableMenuList li:not([style*="minus.gif"]):not([style*="plus.gif"]) a.expandableActuator {
  visibility: hidden;
}