﻿div.betterCategories
{
border-top: 1px solid #ffffff;
}

div.betterCategories a, div.betterCategories a:visited {

display: block;
  background-color: #E6E6E8;
  border-top: 0px dotted #CCCCCC;
  padding: 3px;
}

div.betterCategories a:hover, div.betterCategories a:active {
  background-color: #E6E6E8;
}
div.betterCategories a.category-on {
 background-color: #9a9a9a;
 color: #000000;
 text-decoration: none;
}
