/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
*/

.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited {
	display: block;
	background: #FFFFFF;
	background-repeat: no-repeat;
	font-family: lucida, tahoma, times;
	font-size: 13px;
	font-weight: bold;
	height: 23px;
    padding: 2px 6px 2px 15px;
	}

A.category-subs, A.category-products {
  color: #35557C;
  text-decoration: none;
  display:block;
  width: 167px;
  text-align:left;
  padding: 2px 6px 2px 15px;
}

.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active {
	display: block;
	background-image: url(../images/blue/buttonhover.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	height: 23px;
    padding: 2px 6px 2px 15px;
	}

A.category-subs:hover, A.category-products:hover{
  text-decoration:none;
  background-color:#F8F8F8;
  color:#000000;
  width: 167px;
  padding: 2px 6px 2px 15px;
}

/*
.category-subs-selected, .category-subs-selected a:hover {
	font-weight: bold;
	text-decoration: none;
}
*/

