ul#category {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#category ol {
  display: none;
  list-style-type: none;
  margin: 0;
  padding-left:0px;
  width:100%;
}

ul#category li, 
ul#category a {
  font-family: verdana, sans-serif;
  font-size: 10px;
}

ul#category li {
  line-height: 15px;
}

ul#category ol li {
  border-bottom: none;
}

ul#category ol li:before {
  content: "- ";
}

ul#category a {
  text-decoration: none;
  outline: none;
}

ul#category a:hover {
  /* color: #539dbc; */
}

ul#category a.expanded {
  /* color: #be5028; */
}

ul#category a.collapsed {
  display:block;
  width:100%;
  background:transparent url(../images/bullet_toggle_plus.png) no-repeat top right;
}
ul#category a.expanded {
  display:block;
  width:100%;
  background:transparent url(../images/bullet_toggle_minus.png) no-repeat top right;
}
