/** Declaration for the a.singleRollover selector **/

a.singleRollover {
	display: block;
	width: 151px;
	height: 47px;
	background: url(http://www.fcc.gov/images/fcc-connect-sprite.jpg) no-repeat 0 0;
	overflow: hidden;
	text-indent: -10000px;
	font-size: 0px;
	line-height: 0px;
}

/** Declaration for the additional states of the a.singleRollover selector **/

a:visited.singleRollover {
	background-position: 0 0px;
}

a:hover.singleRollover {
	background-position: 0 -47px;
}

a:active.singleRollover {
	background-position: 0 -94px;
}
