/*
 Copyright 2006, Spectrum Research, Inc. 
 All Rights Reserved.
 Written by Alfred J. Heyman
*/

DIV.TM		/* Was TABMAIN */
{ position:absolute;
  overflow:hidden;
  height:32px;
}

DIV.ST  /* Was SUBTAB */
{ position:absolute;
  top:0px;
}

DIV.TT /* Was TABTEXT */
{ position:absolute;
  left :28px;
  top:8px;
  z-index:1  
  text-decoration:none;
  white-space:nowrap;
}

A.TT  /* was TABTEXT */
{ text-decoration:none; 
  font-family:arial;
  font-size:14px;
  color:white;
  font-weight:bold;
  z-index:1;
}

DIV.ML /* Left side menu div */
{ position:absolute;
  left:0px;
}

DIV.MM /* Left side menu div */
{ position:absolute;
  left:25px;
}

IMG.LE /* Left Edge of Tab */
{ width:25px;
  height:32px;
}

IMG.RE /* Right Edit of Tab */
{ height:32px;
  width:9px
}

DIV.TH   /* Was TABHOLDER */
{ height:32px;
  border-top:solid 4px white;   
}

DIV.TH2   /* Was TABHOLDER */
{ background-color:Black;
  color:White;
  height:32px;
  border-top:solid 2px black;   
  padding-top:5px;
}

LI.HM	 /* New main menu link holder */
{ display:inline;
  background-color:black;
  color:White;
  border:1px solid black;
  font-weight:bold;
  padding-left:8px;
  padding-right:8px;
  padding-top:1px;
  margin:0px;
  vertical-align:middle;
}

LI.HMS	 /* New main menu link holder */
{ display:inline;
  background-color:#b00000;
  color:White;
  border:1px solid white;
  font-weight:bold;
  padding-left:8px;
  padding-right:8px;
  padding-top:1px;
  margin:0px;
  vertical-align:middle;
}

UL.LM				 /* This is the Unordered List the new menu items appear within */
{ text-align:left;
  padding-top:3px;
  margin-top:0px;
  padding-left:0px;
}

A.TT2  /* was TABTEXT */
{ text-decoration:none; 
  font-family:arial;
  font-size:16px;
  color:white;
  font-weight:bold;
  z-index:1;
  padding-top:0px;
}
