#menu {
         width: 436px;
         height: 25px;
         margin: 0;
         padding: 0;
         display: inline;
         overflow: hidden;
         list-style: none;
      }

      #menu LI {
         margin: 0;
         padding: 0;
         display: inline; /* duplicated for IE 5/Win */
         list-style-type: none; /* duplicated for IE 5/Win */
      }

      #menu A {
         float: left;
         height: 0px !important;
         height /**/:25px; /* IE 5/Win hack */
         padding: 25px 0 0 0;
         overflow: hidden;
      }

      #menu A:hover {
         background-position: 0 -25px;
      }

      #item0 A {
         width: 109px;
         background: url(img/n_01.gif) top left no-repeat;
      }

      #item1 A {
         width: 109px;
         background: url(img/n_02.gif) top left no-repeat;
      }

      #item2 A {
         width: 109px;
         background: url(img/n_03.gif) top left no-repeat;
      }

      #item3 A {
         width: 109px;
         background: url(img/n_04.gif) top left no-repeat;
      }

