@charset "utf-8";

#nav{
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#nav li#hom{
	padding:0px;
	margin:0px;
	float:left;
}
#nav li#hom a{
	width:73px;
	height:24px;
	display:block;
	background:url(img/buttons/home.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}
#nav li#hom a:hover{
	background-position: 0px -24px;
}
#nav li#abt{
	padding:0px;
	margin:0px;
	float:left;
}
#nav li#abt a{
	width:95px;
	height:24px;
	display:block;
	background:url(img/buttons/about.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}
#nav li#abt a:hover{
	background-position: 0px -24px;
}
#nav li#inc{
	padding:0px;
	margin:0px;
	float:left;
}
#nav li#inc a{
	width:159px;
	height:24px;
	display:block;
	background:url(img/buttons/incentives.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}
#nav li#inc a:hover{
	background-position: 0px -24px;
}
#nav li#how{
	padding:0px;
	margin:0px;
	float:left;
}
#nav li#how a{
	width:125px;
	height:24px;
	display:block;
	background:url(img/buttons/howitworks.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}
#nav li#how a:hover{
	background-position: 0px -24px;
}
#nav li#faq{
	padding:0px;
	margin:0px;
	float:left;
}
#nav li#faq a{
	width:73px;
	height:24px;
	display:block;
	background:url(img/buttons/faqs.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}
#nav li#faq a:hover{
	background-position: 0px -24px;
}
#nav li#con{
	padding:0px;
	margin:0px;
	float:left;
}
#nav li#con a{
	width:107px;
	height:24px;
	display:block;
	background:url(img/buttons/contact.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
}
#nav li#con a:hover{
	background-position: 0px -24px;
}

#home{
    width:73px;
	height:24px;
	display:block;
	background:url(img/buttons/home.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
    background-position: 0px -24px;
}
#about{
    width:95px;
	height:24px;
	display:block;
	background:url(img/buttons/about.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
    background-position: 0px -24px;
}
#incent{
    width:159px;
	height:24px;
	display:block;
	background:url(img/buttons/incentives.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
    background-position: 0px -24px;
}
#howt{
    width:125px;
	height:24px;
	display:block;
	background:url(img/buttons/howitworks.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
    background-position: 0px -24px;
}
#faqs{
    width:73px;
	height:24px;
	display:block;
	background:url(img/buttons/faqs.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
    background-position: 0px -24px;
}
#cont{
    width:105px;
	height:24px;
	display:block;
	background:url(img/buttons/contact.jpg) no-repeat;
	float:left;
	text-indent:-9999px;
    background-position: 0px -24px;
}