.home a {
		display:block;
		width: 89px;
		height: 31px;
		background: url("../images/navbar/home.gif") 0 0 no-repeat;
		}
.home_alt a {
		display:block;
		width: 89px;
		height: 31px;
		background: url("../images/navbar/home_alt.gif") 0 0 no-repeat;
		}
.home a:hover {	
		background: url("../images/navbar/home_hover.gif") no-repeat;
		}

.about a {
		display:block;
		width: 111px;
		height: 31px;
		background: url("../images/navbar/about.gif") 0 0 no-repeat;
		}
.about_alt a {
		display:block;
		width: 111px;
		height: 31px;
		background: url("../images/navbar/about_alt.gif") 0 0 no-repeat;
		}
.about a:hover {	
		background: url("../images/navbar/about_hover.gif") no-repeat;
		}

.selling a {
		display:block;
		width: 136px;
		height: 31px;
		background: url("../images/navbar/selling.gif") 0 0 no-repeat;
		}
.selling_alt a {
		display:block;
		width: 136px;
		height: 31px;
		background: url("../images/navbar/selling_alt.gif") 0 0 no-repeat;
		}
.selling a:hover {	
		background: url("../images/navbar/selling_hover.gif") no-repeat;
		}

.buying a {
		display:block;
		width: 136px;
		height: 31px;
		background: url("../images/navbar/buying.gif") 0 0 no-repeat;
		}
.buying_alt a {
		display:block;
		width: 136px;
		height: 31px;
		background: url("../images/navbar/buying_alt.gif") 0 0 no-repeat;
		}
.buying a:hover {	
		background: url("../images/navbar/buying_hover.gif") no-repeat;
		}

.listings a {
		display:block;
		width: 130px;
		height: 31px;
		background: url("../images/navbar/listings.gif") 0 0 no-repeat;
		}
.listings_alt a {
		display:block;
		width: 130px;
		height: 31px;
		background: url("../images/navbar/listings_alt.gif") 0 0 no-repeat;
		}
.listings a:hover {	
		background: url("../images/navbar/listings_hover.gif") no-repeat;
		}
