a.category-top {
	font-size: 1.0em;
}
.catBoxHeading1 {
	font-family: 'times new roman', serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #351;
	background-image: url(../images/sidebox.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	display: block;
}
.catBoxSubtext {
	font-family: 'times new roman', serif;
	font-weight: normal;
	font-size: 1.0em;
	color: #351;
	background-color: #fdf;
	display: block;
	padding: .1em .2em .1em 1.0em;
}
#categories a {
	background-repeat: no-repeat;
	display: block;
}
/*a.catBg25 {
	background-image: url(../images/catbg25.gif);
	height: 30px;
}
*/
/*a.catBg25:hover {
	background-image: url(../images/catbg25hover.gif);
}
*/
a.category-holiday {
	border-top: 3px dotted #123;
	background-color: #abf;
	color: #123;
	padding: 1em 0;
}
a.category-top-text {
	color: #12a;
}
a.category-subs-text, a.category-products-text {
	color: #69a;
}
a.category-top-text:hover {
	background-color: #def;
	color: #963;
	background-image: url(../images/catbghover.gif);
}
a.category-subs-text:hover, a.category-products-text:hover {
	color: #f96;
}
a.category-top-text .category-not-selected, a.category-top-text .category-subs-selected, #categories a.category-links {
	display: list-item;
	list-style: disc inside url(../images/bullet1.gif);
}
a.category-top-text .category-subs-parent {
	display: list-item;
	list-style: square inside url(../images/bullet2.gif);
}
