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

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

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


#cat #catmusic {
	color:#000000;
	background: url(images/button-glass-ro.gif) no-repeat left 0px;
}
#cat #catmusic 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;		
}
