.Level2Group_tb
{
  background-color: #4544AF;
  position:relative;
  top:-1px;
}

.DefaultTab_tb 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  cursor:pointer;
}

.DefaultTabHover_tb 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.SelectedTab_tb 
{
  color: white; 
  background-color: #4544AF;
  font-family: verdana; 
  font-size:11px; 
  font-weight:bold;
  cursor:default;
}

.Level2Tab_tb 
{
  color: white; 
  font-family: verdana; 
  font-size:11px; 
  cursor:pointer;
}

.Level2TabHover_tb 
{
  color: white; 
  font-family: verdana; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.SelectedLevel2Tab_tb 
{
  color: #4544AF; 
  background-color: white;
  font-family: verdana; 
  font-size:11px; 
  position:relative;
  top:2px;
  cursor:default;
}

.Spacer_tb
{
  background-color: #4544AF;
}


