/*
BetterCategoriesEzInfo v1.3.0.2 added  2006-06-22  gilby
Updated to v1.3.5   2006-09-19  gilby
*/

.betterCategories, .betterDocuments, .betterEzpages,
.betterInformation, .betterMoreinformation, .betterBestsellers {
	border-top: 1px solid #7A9900;
	color:#354200;
}

.betterCategories a, 
.betterDocuments a, 
.betterEzpages a,
.betterInformation a, 
.betterMoreinformation a,
.betterBestsellers a
 {
	display: block;
	background-color: #ffffff; /*light blue*/
	padding: 6px;
	color:#354200;
}
 



.betterCategories a:hover, .betterCategories a:active,
.betterDocuments a:hover, .betterDocuments a:active,
.betterEzpages a:hover, .betterEzpages a:active,
.betterInformation a:hover, .betterInformation a:active,
.betterMoreinformation a:hover, .betterMoreinformation a:active,
.betterBestsellers a:hover, .betterBestsellers a:active {
	background-color: #7A9900; 
	color:#ffffff;
}




/*
.category-subs-selected, .category-subs-selected a:hover {
	font-weight: bold;
	text-decoration: none;
}
*/

/* (RB) used to highlight the current category in the left menu */
DIV.betterCategories a.category-on {
    background-color: #7A9900;
	color:#ffffff;

}

DIV.betterCategories a.category-subs-selected {
    background-color: #7A9900;
	color:#ffffff;
}

DIV.betterDocuments a.category-on {
    background-color: #7A9900;
	color:#ffffff;

}

DIV.betterDocuments a.category-subs-selected {
    background-color: #7A9900;
	color:#ffffff;
}

DIV.betterEzpages a.ez-on {
    background-color: #7A9900;
	color:#ffffff;
