.one {
	height: 46px;
	width: 157px;
}
.one A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "trebuchet ms", arial, helvetica;
	background-image: url(/tank.gif);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	width: 157px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;

}
.one A:hover {
	background-image: url(/RedTank.gif);
	color: #FFFF00;
}

<!-- Added 11/8/2006 sb: reversed images for the the Shop Online button to be reverse of the others -->
.two {
	height: 46px;
	width: 157px;
}
.two A {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #FFFFFF;
	FONT-FAMILY: "trebuchet ms", arial, helvetica;
	background-image: url(/RedTank.gif);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	width: 157px;
	text-decoration: none;
	padding-top: 8px;
	padding-bottom: 8px;

}
.two A:hover {
	background-image: url(/tank.gif);
	color: #FFFF00;
}
