#primary-navigation {
list-style-type:none;
position:absolute;
top:97px;
left:0;
height:33px;
overflow:hidden;
}
#primary-navigation li {
float:left;
padding:0 12px 0 0;
height:33px
}

#home-button a  {
	background-image: url("../images/nav/home-button.gif");
	background-position: 0px 0px;
	width:58px;
	height:33px;
	display:block;
	padding-top:60px;
	overflow:hidden;
	
}
#home-button a:hover  {
	background-image: url("../images/nav/home-button.gif");
	background-position: 0px 33px;
	width:58px;
	height:33px;
	display:block;
	overflow:hidden;
	padding-top:60px;
}


#property-button a  {
	background-image: url("../images/nav/property-button.gif");
	background-position: 0px 0px;
	width:73px;
	height:33px;
	display:block;
	padding-top:60px;
	overflow:hidden;
	
}
#property-button a:hover  {
	background-image: url("../images/nav/property-button.gif");
	background-position: 0px 33px;
	width:73px;
	height:33px;
	display:block;
	overflow:hidden;
	padding-top:60px;
}


#landlords-button a  {
	background-image: url("../images/nav/landlords-button.gif");
	background-position: 0px 0px;
	width:82px;
	height:33px;
	display:block;
	padding-top:60px;
	overflow:hidden;
	
}
#landlords-button a:hover  {
	background-image: url("../images/nav/landlords-button.gif");
	background-position: 0px 33px;
	width:82px;
	height:33px;
	display:block;
	overflow:hidden;
	padding-top:60px;
}

#about-button a  {
	background-image: url("../images/nav/about-button.gif");
	background-position: 0px 0px;
	width:76px;
	height:33px;
	display:block;
	padding-top:60px;
	overflow:hidden;
	
}
#about-button a:hover  {
	background-image: url("../images/nav/about-button.gif");
	background-position: 0px 33px;
	width:76px;
	height:33px;
	display:block;
	overflow:hidden;
	padding-top:60px;
}


#contact-button a  {
	background-image: url("../images/nav/contact-button.gif");
	background-position: 0px 0px;
	width:89px;
	height:33px;
	display:block;
	padding-top:60px;
	overflow:hidden;
	
}
#contact-button a:hover  {
	background-image: url("../images/nav/contact-button.gif");
	background-position: 0px 33px;
	width:89px;
	height:33px;
	display:block;
	overflow:hidden;
	padding-top:60px;
}

#home-button a.selected, #property-button a.selected, #landlords-button a.selected, #about-button a.selected, #contact-button a.selected
{background-position: 0px 33px;}

