#nav {
 height: 43px;
 background: url(../images/nav2.jpg) no-repeat top;
 margin-top: -2px;
}

html>/**/body #nav {
 margin-top: 0;
}

#nav ul li {
 list-style: none;
 display: inline;
 float: left;
}

#nav a {
 height: 43px;
 display: block;
 outline: none;
}

#nav a span {
 text-indent: -4000px;
}

html>/**/ body #nav a span {
 margin-left: -4000px;
}

/*NAV STYLES*/

#navhome a {
 width: 94px;
}

#navhome a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat 0 0;
}

#navabout a {
 width: 116px;
 margin-left: 2px;
}

#navabout a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -96px 0;
}

/*#navhistory a {
 width: 106px;
 margin-left: 2px;
}

#navhistory a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -214px 0;
}
*/
#navstaff a {
 width: 92px;
 margin-left: 2px;
}

#navstaff a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -214px 0;
}

#navlocation a {
 width: 122px;
 margin-left: 2px;
}

#navlocation a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -308px 0;
}

#navcareers a {
 width: 114px;
 margin-left: 2px;
}

#navcareers a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -432px 0;
}

#navcontact a {
 width: 130px;
 margin-left: 2px;
}

#navcontact a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -548px 0;
}

#navnews a {
 width: 162px;
 margin-left: 2px;
}

#navnews a:hover {
 background: url(../images/nav_hover2.jpg) no-repeat -680px 0;
}


