.TopGroup
{
  background-image: url(Buttons/Buttons_f1.gif);
}

.Level2Group
{
  background-color:silver; 
  background-image: url(images/level2_group_bg.gif);
}

.TopLevelTab 
{
  background-image: url(Buttons/Buttons_f1.gif);
  width:93px;
  height:33px;
  color:white; 
  font-family: Verdana; 
  font-size:11px; 
  font-weight:bold;
  letter-spacing:-1px;
  cursor:hand;
}

.TopLevelTabHover 
{
  background-image: url(Buttons/Buttons_f2.gif);
  width:93px;
  height:33px;
  color:black; 
  font-family: Verdana; 
  letter-spacing:-1px;
  font-size:11px; 
  font-weight:bold;
  cursor:hand;
}

.SelectedTopLevelTab
{
  width:93px;
  height:33px;
  background-image: url(Buttons/Buttons_f3.gif);
  font-family: Verdana; 
  font-size:11px; 
  cursor:hand;
  letter-spacing:-1px;
  font-weight:bold;
  color:White;
}

.Level2Tab 
{
  font-family: Verdana; 
  font-size:11px; 
  cursor:hand;
}

.Level2TabHover 
{
  font-family: Verdana; 
  font-size:11px; 
  text-decoration:underline;
  cursor:hand;
}

.SelectedLevel2Tab 
{
  background-color:#F6F6F6;
  font-family: Verdana; 
  font-size:11px; 
  border: 1px solid #AAAAAA;
  border-right-color: #F6F6F6;
  border-bottom-color: #F6F6F6;  
  cursor:default;
}
