div#one, div#two, div#three, div#four, div#five, div#six {position: absolute; overflow: hidden; height: 33px;}

div#one {left: 0; top: 0; width: 100px;}
div#one a img, div#one a {background: url(../img/filmhaus-nav-a.gif) no-repeat 0 0;}
div#one a:hover img, div#one a:hover {background: url(../img/filmhaus-nav-b.gif) no-repeat 0 0;}
div#one .current {background: url(../img/filmhaus-nav-c.gif) no-repeat 0 0;}

div#two {left: 100px; top: 0; width: 110px; }
div#two a img, div#two a {background: url(../img/filmhaus-nav-a.gif) no-repeat -100px 0;}
div#two a:hover img, div#two a:hover {background: url(../img/filmhaus-nav-b.gif) no-repeat -100px 0;}
div#two .current {background: url(../img/filmhaus-nav-c.gif) no-repeat -100px 0;}

div#three {left: 210px; top: 0; width: 110px; }
div#three a img, div#three a {background: url(../img/filmhaus-nav-a.gif) no-repeat -210px 0;}
div#three a:hover img, div#three a:hover {background: url(../img/filmhaus-nav-b.gif) no-repeat -210px 0;}
div#three .current {background: url(../img/filmhaus-nav-c.gif) no-repeat -210px 0;}

div#four {left: 320px; top: 0; width: 90px; }
div#four a img, div#four a {background: url(../img/filmhaus-nav-a.gif) no-repeat -320px 0;}
div#four a:hover img, div#four a:hover {background: url(../img/filmhaus-nav-b.gif) no-repeat -320px 0;}
div#four .current {background: url(../img/filmhaus-nav-c.gif) no-repeat -320px 0;}

div#five {left: 410px; top: 0; width: 90px; }
div#five a img, div#five a {background: url(../img/filmhaus-nav-a.gif) no-repeat -410px 0;}
div#five a:hover img, div#five a:hover {background: url(../img/filmhaus-nav-b.gif) no-repeat -410px 0;}
div#five .current {background: url(../img/filmhaus-nav-c.gif) no-repeat -410px 0;}

div#six {left: 500px; top: 0; width: 100px;}
div#six a img, div#six a {background: url(../img/filmhaus-nav-a.gif) no-repeat -500px 0;}
div#six a:hover img, div#six a:hover {background: url(../img/filmhaus-nav-b.gif) no-repeat -500px 0;}
div#six .current {background: url(../img/filmhaus-nav-c.gif) no-repeat -500px 0;}
