/*
 Copyright 2006, Spectrum Research, Inc.
 All Rights Reserved.
 Written by Alfred J. Heyman
*/

DIV.TABHOLDER
{ height:32px;
  overflow:clip;
  border-top:solid 4px white;   
}

DIV.TABMAIN
{ position:absolute;
  overflow:hidden;
  height:32px;
}

DIV.SUBTAB
{ position:absolute;
  top:0px;
}

DIV.TABTEXT
{ position:absolute;
  text-decoration:none;
}

A.TABTEXT
{ text-decoration:none; 
  font-family:arial;
  font-size:14px;
  color:white;
  font-weight:bold;
  z-index:1;
}



