a.srollover {
	display: block;
	width: 240px;
	height: 30px;
	background: url("../graphics/niche_graphics.png") 0 0 no-repeat;
	text-decoration: none;
}
a:hover.srollover {
	background-position: -240px 0;
}