.catBoxHeading1 { 
    font-family: 'times new roman', serif;
    font-weight: bold;
    font-size: 1.4em;
    color: #335511; 
    background-color: #ff66ff;
    display: block;
	padding: 0.3em 0.4em;
	margin-top: 2px;
	margin-bottom: -12px;/*compensates for extra line break introduced by display: block;*/
    }  

a.catImg25 {
    background-image: url(../images/catimg25.gif);
	background-repeat: no-repeat;
	height: 30px;
	display: block;
	margin-bottom: -12px;/*compensates for extra line break introduced by display: block;*/
    }

a.catImg25:hover {
    background-image: url(../images/catimg25hover.gif);
    }
/*example for custom individual category styling*/
a.category-holiday {
    border-top: 3px dotted #112233; 
    background-color: #aabbff; 
    color: #112233; 
    padding: 1em 0em;
    display: block;
    } 
/* uncomment for  a.category-top display: block (also  a.category-subs, a.category-products if desired)*/
/*#categories a.category-top,*/ .zfake/*, a.category-subs, a.category-products*/ {
    background-color: #aabbff; 
    color: #112233; 
    padding: .5em 0.3em;
    display: block;
    } 
/* uncomment for  a.category-top hover effects*/
/*#categories a.category-top:hover,*/ .zfake/*, a.category-subs:hover, a.category-products:hover*/ {
    background-color: #ddeeff; 
    color: #554433; 
	 /*add to swap background images*/
    background-image: url(../images/catbghover.gif);
	background-repeat: no-repeat;
    } 
	
.category-top {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
.category-subs {
	color: #FF0000;
	text-decoration: none;
	}

.category-products {
	color: #FF0000;
	text-decoration: none;
	}