.tabs
{
  height: 24px;
}

.tab
{
  display: block;
  
  height: 24px;
  line-height: 24px;
  
  padding: 0px 16px;
  
  border: 1px solid #d7dadd;
  border-width: 1px 0 0 1px;
  
  background-image: url("../images/tab_bg.png"/*tpa=/images/tab_bg.png*/);
  
  margin-left: 4px;
  position: relative;
  right: 8px;
  border-right-width: 1px;
}

.tab.active
{
  background-position: 0 -24px;
  color: #000000;
}

.tab.active:hover
{
  text-decoration: none;
  cursor: default;
}

.tab.last
{
  border-right-width: 1px; 
}
