a.nav1{
	display:block; 
	width: 61px;
	height: 33px;
	background: url("images/new-home.gif") 0 0 no-repeat;
}

a.nav1:hover { 
	background-position: -61px 0;
}

a.nav2{
	display:block; 
	width: 147px;
	height: 33px;
	background: url("images/new-products.gif") 0 0 no-repeat;
}

a.nav2:hover { 
	background-position: -147px 0;
}

a.nav3{
	display:block; 
	width: 134px;
	height: 33px;
	background: url("images/new-agents.gif") 0 0 no-repeat;
}

a.nav3:hover { 
	background-position: -134px 0;
}

a.nav4{
	display:block; 
	width: 82px;
	height: 33px;
	background: url("images/new-team.gif") 0 0 no-repeat;
}

a.nav4:hover { 
	background-position: -82px 0;
}

a.nav5{
	display:block; 
	width: 74px;
	height: 33px;
	background: url("images/new-contact.gif") 0 0 no-repeat;
}

a.nav5:hover { 
	background-position: -74px 0;
}

a.nav6{
	display:block; 
	width: 59px;
	height: 33px;
	background: url("images/new-login.gif") 0 0 no-repeat;
}

a.nav6:hover { 
	background-position: -59px 0;
}

a.nav7{
	display:block; 
	width: 105px;
	height: 33px;
	background: url("images/new-why.gif") 0 0 no-repeat;
}

a.nav7:hover { 
	background-position: -105px 0;
}

a.nav8{
	display:block; 
	width: 75px;
	height: 33px;
	background: url("images/new-partners.gif") 0 0 no-repeat;
}

a.nav8:hover { 
	background-position: -75px 0;
}


