/* MENU HOME*/

#navigation a.home{ background: url('../images/button_home.png') no-repeat top left; display: block; float: left; height: 40px; width:53px; padding-right: 20px;  margin-left: 190px; cursor: pointer; }

#navigation a.home span{ display: block; visibility: hidden; width: 53px; height: 40px; }

#navigation a.home:hover{ background: url('../images/button_home_over.png') no-repeat top left; }

/* MENU PRODUCTS*/

#navigation a.products{ background: url('../images/button_products.png') no-repeat top left; display: block; float: left; height: 40px; width:78px; padding-right: 20px; cursor: pointer; }

#navigation a.products span{ display: block; visibility: hidden; width: 78px; height: 40px; }

#navigation a.products:hover{ background: url('../images/button_products_over.png') no-repeat top left; }

/* MENU COMPANY*/

#navigation a.company{ background: url('../images/button_company.png') no-repeat top left; display: block; float: left; height: 40px; width:79px; padding-right: 15px; margin-right: 5px; cursor: pointer; }

#navigation a.company span{ display: block; visibility: hidden; width: 79px; height: 40px; }

#navigation a.company:hover{ background: url('../images/button_company_over.png') no-repeat top left; }

/* MENU DISTRIBUTORS*/

#navigation a.distributors{ background: url('../images/button_distributors.png') no-repeat top left; display: block; float: left; height: 40px; width:99px; padding-right: 15px; cursor: pointer; }

#navigation a.distributors span{ display: block; visibility: hidden; width: 99px; height: 40px; }

#navigation a.distributors:hover{ background: url('../images/button_distributors_over.png') no-repeat top left; }

/* MENU CONTACT*/

#navigation a.contact{ background: url('../images/button_contact.png') no-repeat top left; display: block; float: left; height: 40px; width:67px; cursor: pointer; }

#navigation a.contact span{ display: block; visibility: hidden; width: 67px; height: 40px; }

#navigation a.contact:hover{ background: url('../images/button_contact_over.png') no-repeat top left; }