﻿.TopGroup
{
  z-index:99;
  position:relative;
  top:1px;
  left:5px;
}

.DefaultTab
{ 
  background: url('../images/tab_bg.gif') repeat-y;
  color:black;
  font-family:Arial;
  font-size:10px;
  cursor:default;
}

.DefaultTabHover
{
	background: url('../images/hover_tab_bg.gif') repeat-y;
  color:black;
  font-family:Arial;
  font-size:10px;
  cursor:default;
}

.SelectedTab
{
	background: url('../images/selected_tab_bg.gif') repeat-y;
  color:black;
  font-family:Arial;
  font-size:10px;
  cursor:default;
}


