#categories-index-menu {
  font-size: 11px;
  border-bottom: 3px solid #8ac21c;
  padding:15px 0;
}

#categories-index-menu h2 {
  border-bottom: 3px solid #8ac21c;
}

#categories-index-menu .category {
  float: left;
  width: 20%;
}

#categories-index-menu .category .title {
  margin: 2px;
  padding: 0;
}

#categories-index-menu .category .title a {
  background-color: #c6e191;
  font-size: 1em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #8ac21c;
  border-bottom: 2px solid #8ac21c;
  border-left: 2px solid #ffffff;
  /*padding: 0.5em 0.5em;*/
  color: #666666;
  display: block;
  text-align: center;
  width: 172px;
  height: 30px;
  line-height: 30px;
}

#categories-index-menu .category .title a:hover {
  background-color: #8ec323;
  border-right: 2px solid #6e9814;
  border-bottom: 2px solid #6e9814;
  color: #ffffff;
}

#categories-index-menu .category ul {
  margin: 0;
  padding: 0 0 0 1.5em;
  /*list-style: none;*/
  display: none;
}

#categories-index-menu li {
  /*padding-left: 15px;
  text-indent: -15px;*/
}

#categories-index-menu li a {
  /*background: url("../images/icons/icon_checkbox_off.gif") no-repeat scroll 0 0 transparent;*/
  color: #666666;
  padding: 0 0 0 0;
  text-decoration: none;
}

#categories-index-menu li a:hover {
  /*background: url("../images/icons/icon_checkbox_on.gif") no-repeat scroll 0 0 transparent;*/
  color: #8ac21c;
  text-decoration: underline;
}

#categories-index-menu li.selected {
}

#categories-index-menu li.selected a {
  /*background: url("../images/icons/icon_checkbox_on.gif") no-repeat scroll 0 0 transparent;*/
}

#categories-index-menu li.selected a:hover {
  /*background: url("../images/icons/icon_checkbox_off.gif") no-repeat scroll 0 0 transparent;*/
}
