.Level2Group
{
  background-color:#D9D0BC;
  position:relative;
  top:-1px;
  width: 988px;
}

.DefaultGroup
{
    width: 988px;
}
    
.DefaultTab 
{
  color: white; 
  background-color: #0D1E32;
  font-family: verdana; 
  font-weight:bold;
  font-size:14px;
  cursor:pointer;
}

.DefaultTabHover 
{
  color: white; 
  background-color: #0D1E32;
  font-family: verdana; 
  font-weight:bold;
  font-size:14px;
  text-decoration:underline;
  cursor:pointer;
}

.SelectedTab 
{
  color: gray; 
  background-color: #D9D0BC;
  font-family: verdana; 
  font-size:14px; 
  font-weight:bold;
  cursor:default;
}

.Level2Tab 
{
  color:Gray; 
  font-family: verdana; 
  font-size:14px;
  font-weight:bold;
  cursor:pointer;
}

.Level2TabHover 
{
  color: Gray; 
  font-family: verdana; 
  font-size:14px;
  text-decoration:underline;
  font-weight:bold;
  cursor:pointer;
}

.SelectedLevel2Tab 
{
  color: white; 
  background-color: #0D1E32;
  font-family: verdana; 
  font-size:14px;
  position:relative;
  font-weight:bold;
  top:2px;
  cursor:default;
}

.Spacer
{
  background-color: #D9D0BC;
}
