@charset "utf-8";
/* CSS Document */

#btns a 
	{
	display: block;
	height: 40px; 
	background-position: 0 top;
	}
#btns a:hover 
	{
	background-position: 0 -40px;
	}
/* #btns a:active
	{
	outline: none;
	}
#btns  a:focus
	{
	-moz-outline-style: none;
	}*/

#btns .home a 
	{
	background-image: url(../images/btnSet/home.jpg);
	width: 90px;
	float:left; 
	}
	
#btns .about-us a 
	{
	background-image: url(../images/btnSet/about-us.jpg);
	width: 100px;
	float:left; 
	}
	
#btns .products a 
	{
	background-image: url(../images/btnSet/products.jpg);
	width: 115px;
	float:left; 
	}
	
#btns .contact-us a 
	{
	background-image: url(../images/btnSet/contact-us.jpg);
	width: 108px;
	float:left; 
	}
	


#home .home a, #about-us .about-us a, #products .products a, #contact-us .contact-us a
	{
	background-position: left bottom;
	}
