.TopTabGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:#2990cc; 
  background-image: url(/images/ca/tabstrip/menuButton.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}

.DefaultTabHover 
{
  color:#d52e50; 
  background-image: url(/images/ca/tabstrip/menuButton.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}

.SelectedTab 
{
  color:#d52e50; 
  background-image: url(/images/ca/tabstrip/menuButton.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}
.MembersTab 
{
  color:white; 
  background-image: url(/images/membersOnly2.gif);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}
.SelectedMembersTab 
{
  color:white; 
  background-image: url(/images/membersOnly2-on.gif);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}

.DefaultSubTab 
{
  color:black; 
  background-image: url(/images/ca/tabstrip/menuButton.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}

.DefaultSubTabHover 
{
  color:#d52e50; 
  background-image: url(/images/ca/tabstrip/menuButton.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}

.SelectedSubTab 
{
  color:#d52e50; 
  background-image: url(/images/ca/tabstrip/menuButton.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:90px;height:35px;text-align:center;
}
.DefaultWideTab 
{
  color:#2990cc; 
  background-image: url(/images/ca/tabstrip/menuButton2-on.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:142px;height:45px;text-align:center;
}

.DefaultWideTabHover 
{
  color:#d52e50; 
  background-image: url(/images/ca/tabstrip/menuButton2-on.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:142px;height:45px;text-align:center;
}

.SelectedWideTab 
{
  color:#d52e50; 
  background-image: url(/images/ca/tabstrip/menuButton2-on.jpg);
  font-family:Trebuchet MS, Verdana; 
  font-size:10px;font-weight:bolder;
  cursor:hand;
  width:142px;height:45px;text-align:center;
}

