@charset "UTF-8";
/* CSS Document */

/* GLOBALHEADER */
#iteachheader { width: 754px; height: 38px; margin: auto; position: relative; z-index: 9998; }
#iteachheader #iteachnav { margin: 0; padding: 0; }
#iteachheader #iteachnav li { display: inline; }
#iteachheader #iteachnav li a { float: left; width: 150px; height: 0; padding-top: 38px; overflow: hidden; }
#iteachheader #iteachnav li a,
#iteachheader { background-image: url(images/header.png); _background-image: url(images/header.gif); background-repeat: no-repeat; }

/* BUTTONS */
#iteachheader #iteachnav li#iteachhome a { background-position: 0 0; }
#iteachheader #iteachnav li#iteachemail a { background-position: -150px 0; }
#iteachheader #iteachnav li#iteachhosting a { background-position: -300px 0; }
#iteachheader #iteachnav li#iteachlessons a { background-position: -450px 0; }
#iteachheader #iteachnav li#iteachschools a { background-position: -600px 0; }

/* OVER STATES */
#iteachheader #iteachnav li#iteachhome a:hover { background-position: 0 -38px; }
#iteachheader #iteachnav li#iteachemail a:hover { background-position: -150px -38px; }
#iteachheader #iteachnav li#iteachhosting a:hover { background-position: -300px -38px; }
#iteachheader #iteachnav li#iteachlessons a:hover { background-position: -450px -38px; }
#iteachheader #iteachnav li#iteachschools a:hover { background-position: -600px -38px; }