#home a {
		display:block;
		width:104px;
		height:30px;
		background: url("../images/buttons/home.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#home a:hover {	
		background-position: 0 -30px;
		}

#products a {
		display:block;
		width:104px;
		height:30px;
		background: url("../images/buttons/products.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#products a:hover {	
		background-position: 0 -30px;
		}

#services a {
		display:block;
		width:104px;
		height:30px;
		background: url("../images/buttons/services.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#services a:hover {	
		background-position: 0 -30px;
		}

#contact a {
		display:block;
		width:104px;
		height:30px;
		background: url("../images/buttons/contact.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#contact a:hover {	
		background-position: 0 -30px;
		}

#support a {
		display:block;
		width:104px;
		height:30px;
		background: url("../images/buttons/support.jpg") 0 0 no-repeat;
		text-decoration: none;
		}
#support a:hover {	
		background-position: 0 -30px;
		}