


#nav {
	float:left;
	width:580px;
	height:18px;
	margin: 62px 0 0; 
	padding:0; 
	list-style:none;
	z-index: 70000;
}	

#nav ul li {
	float: left;
}

/*SPRITE BACKGROUP POSITIONING*/	
#nav a.home, #nav a.products, #nav a.homeowners, #nav a.professionals, #nav a.dealer_locator, #nav a.contact_us {
	float:left;
	background:url(../images_home/navigation.png) no-repeat;
	height:18px;
	text-indent:-999999px;
	}
	
#nav a.home {	
	background-position: left 0;
	width:43px;
	}
	
#nav a.products {	
	background-position:-43px 0;
	width:85px;
	}

#nav a.homeowners {	
	background-position:-128px 0;
	width:108px;
	}

#nav a.professionals {	
	background-position:-236px 0;
	width:121px;
	}		

#nav a.dealer_locator {	
	background-position:-357px 0;
	width:125px;
	}	
		
#nav a.contact_us {	
	background-position:-482px 0;
	width:86px;
	}	

#nav a.home:hover {	
	background-position:left -18px;
	}
	
#nav a.products:hover {	
	background-position:-43px -18px;
	}

#nav a.homeowners:hover {	
	background-position:-128px -18px;
	}

#nav a.professionals:hover{	
	background-position:-236px -18px;
	}	
	
#nav a.dealer_locator:hover{	
	background-position:-357px -18px;
	}		

#nav a.contact_us:hover {	
	background-position:-482px -18px;
	}


/*END NAVIGATION*/
