/* ENGLISH */
/* these control the default tab images */
#en #topnav #home a {background: url("/i/nav/en/home.gif");}
#en #topnav #products a {background: url("/i/nav/en/products.gif");}
#en #topnav #services a {background: url("/i/nav/en/services.gif");}
#en #topnav #parts a {background: url("/i/nav/en/parts.gif");}
#en #topnav #library a {background: url("/i/nav/en/library.gif");}
#en #topnav #about a {background: url("/i/nav/en/about.gif");}
#en #topnav #contact a {background: url("/i/nav/en/contact.gif");}

/* these control the rollover */
#en #topnav #home a:hover,#en #topnav #products a:hover,#en #topnav #services a:hover,#en #topnav #parts a:hover,#en #topnav #library a:hover,#en #topnav #about a:hover,#en #topnav #contact a:hover {background-position: 0 -28px;}

/* these are the "on" state controls */
#home-en #topnav #home a {background: url("/i/nav/en/home-on.gif");}
#home-en #topnav #home a:hover {background-position: 0 0;}
#products-en #topnav #products a {background: url("/i/nav/en/products-on.gif");}
#products-en #topnav #products a:hover {background-position: 0 0;}
#services-en #topnav #services a {background: url("/i/nav/en/services-on.gif");}
#services-en #topnav #services a:hover {background-position: 0 0;}
#parts-en #topnav #parts a {background: url("/i/nav/en/parts-on.gif");}
#parts-en #topnav #parts a:hover {background-position: 0 0;}
#library-en #topnav #library a {background: url("/i/nav/en/library-on.gif");}
#library-en #topnav #library a:hover {background-position: 0 0;}
#about-en #topnav #about a {background: url("/i/nav/en/about-on.gif");}
#about-en #topnav #about a:hover {background-position: 0 0;}
#contact-en #topnav #contact a {background: url("/i/nav/en/contact-on.gif");}
#contact-en #topnav #contact a:hover {background-position: 0 0;}

/* this so the accessibility text doesn't render */
#topnav span {display: none;}