
#navi-top ul {
          padding-top: 0px;
          padding-left: 0px;
          list-style: none;
          display: inline;
          font-size: 11px;
}

#navi-top li {
          position : relative;
          float : left;
          line-height :25px;
          background: url(CSS_pics/button-160x25.gif);
          display: block;
          list-style: none;
          padding: 0px;
          margin: 0px;
          font-size: 12px;
          font-style: normal;
}

#navi-top li ul {
          display: block;
          position : absolute;
          left: -999em;
          margin-left : 0;
          margin-top : 0;
}

#navi-top li a {
          display : block;
          text-indent: 5px;
          width: 160px;
          w\idth : 160px;
          text-decoration : none;
          color:#000099;
}
#navi-top li a:visited {
          color:#333333;
}
#navi-top li a:focus {
          background: url(/css/CSS_pics/button-160x25_over.gif);
          color:#666666;
}
#navi-top li a:hover {
          background: url(/css/CSS_pics/button-160x25_over.gif);
          color:#000000;
}

#navi-top li a:active {
          background: url(/css/CSS_pics/button-160x25_over.gif);
          color: #FF0000;
}

#navi-top li:hover ul, #navi-top li.sfhover ul {
          left: auto;
          width: 160px;
          w\idth : 160px;
}
