
body{
  background-color:#333;
  font-size: 75%;
  font-family: Helvetica,Arial,Verdanna,Sans-serif;
}

html>body{
  font-size: 12px;
}

#nav{
   margin:0;
   padding:0;
   list-style-type:none;
   width: 725px;
   float:left;
}

#nav li{
  margin:0;
  padding:0;
  float:left;
}

#nav a{
  float: left;
  width: 120px;
  text-align: center;
  color:#FFF;
  text-decoration:none;
  line-height: 2em;
  border-right: 1px solid #333;
  background: url(images/button_states.gif) no-repeat;
  /*remove outline*/
  outline: none;
}

#nav a:hover{
  background-color: #888;
  background: url(images/button_states.gif) no-repeat;
  background-position: -120px 0;
}

a#current,a:hover#current{
  background-color:#99B471;
  background: url(images/button_states.gif) no-repeat;
  background-position: -240px 0;
}
a#last{
  border-right:none;
}
