﻿.homePage
{
	background-image: url('../images/homepage.gif');
	width: 126px;
	height: 32px;	
}

.homePageOver
{
	background-image: url('../images/homepage_over.gif');
	width: 126px;
	height: 32px;
	cursor: pointer;
}


.freeReport
{
	background-image: url('../images/free_report.gif');
	width: 126px;
	height: 32px;	
}

.freeReportOver
{
	background-image: url('../images/free_report_over.gif');
	width: 126px;
	height: 32px;
	cursor: pointer;
}

.authorBio
{
	background-image: url('../images/author.gif');
	width: 126px;
	height: 32px;
}

.authorBioOver
{
	background-image: url('../images/author_over.gif');
	width: 126px;
	height: 32px;
	cursor: pointer;
}

.testimonials
{
	background-image: url('../images/testimonials.gif');
	width: 127px;
	height: 32px;
}

.testimonialsOver
{
	background-image: url('../images/testimonials_over.gif');
	width: 127px;
	height: 32px;
	cursor: pointer;
}

.contactUs
{
	background-image: url('../images/contact.gif');
	width: 126px;
	height: 32px;
}

.contactUsOver
{
	background-image: url('../images/contact_over.gif');
	width: 126px;
	height: 32px;
	cursor: pointer;
}

.faq
{
	background-image: url('../images/faq.gif');
	width: 127px;
	height: 32px;
}

.faqOver
{
	background-image: url('../images/faq_over.gif');
	width: 127px;
	height: 32px;
	cursor: pointer;
}

.order
{
	background-image: url('../images/order.gif');
	width: 126px;
	height: 32px;
}

.orderOver
{
	background-image: url('../images/order_over.gif');
	width: 126px;
	height: 32px;
	cursor: pointer;
}



