#tags-index-menu,
#navColumnTwoWrapper #tagsIndexMenu {
  font-size: 13px;
}

#tags-index-menu h2,
#navColumnTwoWrapper #tagsIndexMenu h3 {
  border-bottom: 3px solid #8ac21c;
}


#tags-index-menu .tag-group {
  float: left;
  width: 19%;
}

#tags-index-menu .tag-group .title,
#navColumnTwoWrapper #tagsIndexMenu .tag-group .title {
  background-color: #C6EC8B;
  font-size: 1em;
  border: 2px solid #8ac21c;
  padding: 0.25em 0.5em;
}

#tags-index-menu .tag-group ul,
#navColumnTwoWrapper #tagsIndexMenu .tag-group ul {
  margin: 0;
  padding: 0 0 0 0.5em;
  list-style: none;
}

#tags-index-menu li,
#navColumnTwoWrapper #tagsIndexMenu li {
  padding-left: 15px;
  text-indent: -15px;
}

#tags-index-menu li a,
#navColumnTwoWrapper #tagsIndexMenu li a {
  background: url("../images/icons/icon_checkbox_off.gif") no-repeat scroll 0 0 transparent;
  color: #000000;
  padding: 0 0 0 15px;
  text-decoration: none;
}

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

#tags-index-menu li.selected,
#navColumnTwoWrapper #tagsIndexMenu li.selected {
}

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

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