      div.wrapper {
      margin:0;
      width:442px;
      padding:10px 0px 10px 27px;
      height:60px;
      text-align: center;
      }

      ul.navlist
      {
      padding: 0 0 0 0;
      margin: 0 0 0 0;
      list-style-type: none;
      }

      ul.navlist li { display: inline; }

      ul.navlist li a
      {
      float: left;
      width: 16px;
      color: #fff;
      background-color: #336;
      text-decoration: none;
      text-align: center;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff;
      height:50px;
      }

      ul.navlist li a:hover
      {
      background-color: #00f;
      color: #fff;
      }
