#pagetabs {
  float:left;
  width:100%;
  xxxbackground:#DAE0D2 url("bg.gif") repeat-x bottom;
  font-size:10px;
  border-bottom: 1px solid #ccf;
  line-height:normal;
  }
#pagetabs ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#pagetabs li {
  display:inline;
  margin:0;
  padding:0;
  }
#pagetabs a {
  float:left;
  background:url("tab_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  border-bottom:1px solid #765;
  text-decoration:none;
  }
#pagetabs a span {
  float:left;
  display:block;
  background:url("tab_right.gif") no-repeat right top;
  font-size: 10px;
  padding:5px 15px 4px 6px;
  font-weight:bold;
  color:#765;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#pagetabs a span {float:none;}
/* End IE5-Mac hack */
#pagetabs a:hover span {
  color:#333;
  }
#pagetabs #current a {
  background-position:0 -150px;
  border-width:0;
  }
#pagetabs #current a span {
  background-position:100% -150px;
  padding-bottom:5px;
  color:#333;
  }
#pagetabs a:hover {
  background-position:0% -150px;
  }
#pagetabs a:hover span {
  background-position:100% -150px;
  }