a.catButton {
	width: 158px;
	height: 37px;
	display: block;
	background: url(/images/snipes.png) no-repeat -407px -165px;
	color: #000;
	font-size: .9em;
	text-align: center;
	line-height: 31px;
	white-space: nowrap;
}

a:hover.catButton, a:active.catButton, a:focus.catButton {
	text-decoration: none;
	background-position: -407px -127px;
}