 .TopGroup
{
margin-bottom:0px;
}

.DefaultTab 
{

  background-color: transparent;
  background-image: url(images/tab_bg.gif);
  font-family: Verdana; 
  font-size: 10px; 
  cursor:pointer;
}

.DefaultTabHover 
{
  color: #FFFFFF; 
  background-color: transparent;
  background-image: url(images/hover_tab_bg.gif);
  font-family: Verdana; 
  font-size: 9px; 
  cursor:pointer;
}

.SelectedTab 
{
  color: #541331; 
  background-color: transparent;
  background-image: url(images/selected_tab_bg.gif); 
  z-index:99;
  position:relative;
  cursor:pointer;
	font: bold 9px Verdana;
}

.Level2Group
{
  background-color: #C0C0C0; 
   border-top-color: #C0C0C0; 
  position: relative; 
  top: -2px;
  z-index: 88;
  text-align:center;
  width:100%;
}

.Level2Tab
{
  color: #541331; 
  cursor:pointer;
width:100px;
  text-align: center;
	font: 9px Verdana;
}

.Level2TabHover
{
  color: white; 
  text-decoration: underline; 
  cursor:pointer;
 width:100px;
   text-align: center;
	font: 9px Verdana;
}

.SelectedLevel2Tab
{
  color: #541331; 
  text-decoration: none; 
  cursor:pointer;
width:100px;
	font: bold 9px Verdana;
}

.Level3Group
{
  background-color: #999999; 
   border-top-color: #999999; 
  position: relative; 
  top: -2px;
  z-index: 88;
  text-align:center;
  width:100%;
}

.Level3Tab
{
  color: #541331; 
  font-family:Verdana; 
  font-size: 9px; 
  cursor:pointer;
 text-align: center;
 
}

.Level3TabHover
{
  color: white; 
  font-family:Verdana; 
  font-size: 9px; 
  text-decoration: underline; 
  cursor:pointer;
  text-align: center;
  
}

.SelectedLevel3Tab
{
  color: #ffffff; 
  text-decoration: none; 
  cursor:pointer;
  text-align: center;
	font: bold 9px Verdana;
}