#rollover a {
	display:block;
	width: 220px;
	color:#333;
	background-image: url(images/side.jpg);
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	height: 40px;
	position: relative;
	padding-top: 10px;
}
#rollover a:hover { 
background-position: 0 -50px;
background-repeat: no-repeat;
height: 40px;
}
#rollover a:active {
	background-position: 0 -0px;
	height: 40px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font: 12;
	background-repeat: no-repeat;
	display: block;
}
