
.TopGroup
{
    background-color: black;
     color: #ffffff;
}

.Level2Group
{
    background-color: #000000;
    border-right: black 0px solid;
    border-top: black 0px solid;
    border-left: black 0px solid;
    border-bottom: black 2px solid;
    color: white;
}

.TopLevelTab
{
    color: white;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.TopLevelTabHover 
{
  color: #2a652f;
  /*
  background-image: url(images/top_itemHoverBg.gif);
*/
  font-family:tahoma; 
  font-size:11px; 
  font-weight: bold;
  cursor:pointer;
  text-decoration:underline;
}

.SelectedTopLevelTab
{
    background-color: #000000; /*
  background-image: url(images/top_item_selected_bg.gif);
*/
    
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: default;
    position: relative;
    top: 1px;
   color: #2a652f;
}

.Level2Tab 
{
  font-family:tahoma; 
  font-size:11px; 
  cursor:pointer;
  color:WHITE;
  text-decoration:none;
  font-weight:bold;
  padding-left:45px;
  
}

.Level2TabHover 
{
  font-family:tahoma; 
  text-decoration:underline;
  cursor:pointer;
   color:WHITE;
   font-size:11px;
     font-weight:bold;
}

.SelectedLevel2Tab 
{
   
  font-family:tahoma; 
  font-size:11px; 
  text-decoration:underline;
  color:white;
  color: #2a652f;
  font-weight:bold;
}






/*SUB TAB*/

.SubTopGroup
{
  z-index:99;
  position:relative;
  height:50px;
}

.SubDefaultTab 
{
  color:black; 
  background-image: url(images/tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
}

.SubDefaultTabHover 
{
  color:black; 
  background-image: url(images/hover_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  text-decoration: underline;
  cursor:pointer;
}

.SubSelectedTab 
{
  color:black; 
  background-image: url(images/selected_tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

.SubDisabledTab 
{
  color:#AAAAAA; 
  background-image: url(images/tab_bg.gif);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

