.Level2Group
{
  background-color: #4544AF;
  background-repeat:no-repeat;
  position:relative;
  top:-1px;

}

.DefaultTab 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  cursor:pointer;background-repeat:no-repeat;
}

.DefaultTabHover 
{
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;background-repeat:no-repeat;
}

.SelectedTab 
{
  color: white; 
  background-color: #4544AF;
  font-family: verdana; 
  font-size:11px; 
  font-weight:bold;background-repeat:no-repeat;
  cursor:default;
}

.Level2Tab 
{
  color: white; 
  font-family: verdana; 
  font-size:11px; 
  cursor:pointer;background-repeat:no-repeat;
}

.Level2TabHover 
{
  color: white; 
  font-family: verdana; 
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;background-repeat:no-repeat;
}

.SelectedLevel2Tab 
{
  color: #4544AF; 
  background-color: white;
  font-family: verdana; 
  font-size:11px; 
  position:relative;
  top:2px;background-repeat:no-repeat;
  cursor:default;
}

.Spacer
{
  background-color: #4544AF;background-repeat:no-repeat;
}


