.psTab {
}

.psTab .psTab_header {
  width: 100%;
  height: 38px;
  border-bottom: solid 1px #776655; 
  font-size:93%;
}

.psTab .psTab_header ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
}

.psTab .psTab_header li {
  float:left;
  background:url("images/ps_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

.psTab .psTab_header a {
  float:left;
  display:block;
  background:url("images/ps_right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
}

/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.psTab .psTab_header a {float:none;}
/* End IE5-Mac hack */

.psTab .psTab_header a:hover {
  color:#333;
}

.psTab .psTab_header .psTab_current {
  background-image:url("images/ps_left_on.gif");
}

.psTab .psTab_header .psTab_current a {
  background-image:url("images/ps_right_on.gif");
  color:#333;
  padding-bottom:5px;
}

.psTab .psTab_content {
  clear: both;
  padding: 10px;
  border-bottom: solid 1px #776655;
  border-left: solid 1px #776655;
  border-right: solid 1px #776655;
  overflow: auto;
}
