

#navbuttons  ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  font-size: 8pt;
  font-family: Trebuchet, verdana, arial, helvetica, sans-serif;
  font-weight: bold;
}

#navbuttons ul li {
  float: left;
  background: url(images/tabber-right.gif) no-repeat top right;
  margin: 0 4px 1px 0;
}



#navbuttons li a {
  padding: 0 1em;
  line-height: 2em;
  background: url(images/tabber-left.gif) no-repeat top left;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}

#navbuttons ul a:hover {
  color: red;
  text-decoration: underline;
}


