#home a {
		margin-left:5px;
		display:block;
		width:54px;
		height:58px;
		background: url("images/buttons/home.png") -51px 0px no-repeat;
		}
#home a:hover {	
		background: url("images/buttons/home.png") 5px 0px no-repeat;
		}
#home a:active {
		background: url("images/buttons/home.png") 5px 0px no-repeat;
		}
#portfolio a {
		margin-left:5px;
		display:block;
		width:55px;
		height:50px;
		background: url("images/buttons/portfolio.png") -51px -7px no-repeat;
		}
#portfolio a:hover {	
		background: url("images/buttons/portfolio.png") 4px -7px no-repeat;
		}
#portfolio a:active {
		background: url("images/buttons/portfolio.png") 4px -7px no-repeat;
		}
#email a {
		margin-left:5px;
		display:block;
		width:55px;
		height:49px;
		background: url("images/buttons/email.png") -51px -8px no-repeat;
		}
#email a:hover {	
		background: url("images/buttons/email.png") 4px -8px no-repeat;
		}
#email a:active {
		background: url("images/buttons/email.png") 4px -8px no-repeat;
		}

#about a {
		display:block;
		margin-left:5px;
		width:60px;
		height:48px;
		background: url("images/buttons/about.png") -51px -8px no-repeat;
		}
#about a:hover {
		background: url("images/buttons/about.png") 4px -8px no-repeat;
		}
#about a:active {
		background: url("images/buttons/about.png") 4px -8px no-repeat;
		}		
#day a {
		display:block;
		width:55px;
		height:50px;
		background: url("images/buttons/your_day.png") -51px -1px no-repeat;
		}
#day a:hover {
		background: url("images/buttons/your_day.png") 4px -1px no-repeat;
		}
#day a:active {
		background: url("images/buttons/your_day.png") 4px -1px no-repeat;
		}
#main a {
		display:block;
		width:80px;
		height:45px;
		margin-left:-5px;
		
		z-index:50;
		background: url("images/buttons/main_site.png") -70px 2px no-repeat;
		}
#main a:hover {
		background: url("images/buttons/main_site.png") 5px 2px no-repeat;
		}
#main a:active {
		background: url("images/buttons/main_site.png") 5px 2px no-repeat;
		}	
		
#login a {
		display:block;
		width:142px;
		height:20px;
		background: url("images/buttons/client_login.png") 0px -22px no-repeat;
		}
#login a:hover {	
		background: url("images/buttons/client_login.png") 0px 0px no-repeat;
		}
#login a:active {
		background: url("images/buttons/client_login.png") 0px 0px no-repeat;
		}

#test a {
		display:block;
		width:149px;
		height:20px;
		background: url("images/buttons/client_testimonial.png") 0px -23px no-repeat;
		}
#test a:hover {	
		background: url("images/buttons/client_testimonial.png") 0px 0px no-repeat;
		}
#test a:active {
		background: url("images/buttons/client_testimonial.png") 0px 0px no-repeat;
		}	

