﻿.HomeButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_home.gif') bottom;
	text-indent: -99999px;
}

.HomeButton:hover {
	background-position: 0 0;
}

.OverviewButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_overview.gif') bottom;
	text-indent: -99999px;
}

.OverviewButton:hover {
	background-position: 0 0;
}

.GettingStartedButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_gettingstarted.gif') bottom;
	text-indent: -99999px;
}

.GettingStartedButton:hover {
	background-position: 0 0;
}

.TaxproButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_taxpro.gif') bottom;
	text-indent: -99999px;
}

.TaxproButton:hover {
	background-position: 0 0;
}

.EmployersButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_employers.gif') bottom;
	text-indent: -99999px;
}

.EmployersButton:hover {
	background-position: 0 0;
}

.DownloadButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_download.gif') bottom;
	text-indent: -99999px;
}

.DownloadButton:hover {
	background-position: 0 0;
}

.PricingButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_pricing.gif') bottom;
	text-indent: -99999px;
}

.PricingButton:hover {
	background-position: 0 0;
}

.SupportButton {
	display: block;
	width: 140px;
	height: 60px;
	background:url('images/btn_support.gif') bottom;
	text-indent: -99999px;
}

.SupportButton:hover {
	background-position: 0 0;
}

