/******* TABLE ROWS TO HIGHLIGHT AS "DANCE" CATEGORY *************/


/******************* top image swap *********************************************/
#top-image {
	background: url(images/top-dance.jpg) no-repeat;
}


/************** CATEGORY BUTTON COLOR ****************************************/

#cat #catdance {
	color:#000000;
	background: url(images/button-glass-ro.gif) no-repeat left 0px;
}
#cat #catdance a {
	color:#000000;
	background: url(images/button-glass-ro-end.gif) no-repeat right 0px;
}

/*Keeps the All button from showing its default active state*/
#cat #catall {
	color: #FFFFFF;
	background: url(images/button-glass.gif) no-repeat left 0px;
}
#cat #catall a {
	color: #FFFFFF;
	background: url(images/button-glass-end.gif) no-repeat right 0px;
}
#cat #catall a:hover {
	color: #aec6f2;		
}

