.nav {
  padding:0; 
  margin:0; 
  list-style-type:none;
  white-space:nowrap;
  }

.nav li {
  background:#eeeeee;
  float:left;
  min-width:40px;
  }

.nav a {
  position:relative;
  display:block; 
  text-decoration:none; 
  min-width:40px; 
  float:left; 
  }

* html .nav a {
  width:40px;
  }

.nav a span {
  display:block;
  background:#d4d4d4;
/*  border-bottom:0 solid #fff; */
/*  border-width:0px 0px;2 1*/ 
  text-align:center; 
  padding:0px 4px; /*4 16*/ 
  cursor:pointer;
  color: #888888;
  font-variant: small-caps; 
  font-size: 110%;
  letter-spacing: -0.4px;
  text-transform: lowercase; 
  }

* html .nav a span {
  width:40px; 
  cursor:hand; 
  w\idth:32px;/*66 as opposed to 100 = 34 diff 2*16 plus 2*/
  }

.nav a:hover span {
  background:#ffffff;
  }

.nav a.current span {
  background: #ffffff url('../images/888888bar2px.png') repeat-x left bottom;
  }

