﻿.TopGroup
{
  height:40px;
  width:100%;
}
.Level2Group
{
  background-color:#2e7afc; 
  height:27px;
}

.TopLevelTab 
{
  height:40px;
  background:url(../images/nav_tile.gif) bottom repeat-x;
  text-align:center;
  color:#3d3b3b; 
  font-family:tahoma; 
  font-size:10pt; 
  font-weight: bold;
  cursor:pointer;
}

.TopLevelTabHover 
{
  height:40px;
  text-align:center;
  color:#FFFFFF; 
  background-color: #2e7afc;
  font-family:tahoma; 
  font-size:10pt; 
  font-weight: bold;
  cursor:pointer;
  text-decoration:underline;
}

.SelectedTopLevelTab
{
  height:40px;
  background-color: #2e7afc;
  color: #FFFFFF; 
  font-family:tahoma; 
  font-size:10pt; 
  font-weight: bold;
  cursor: default;
  position: relative;
}

.Level2Tab 
{
  font-family:tahoma; 
  font-size:10pt; 
  cursor:pointer;
}

.Level2TabHover 
{
  font-family:tahoma; 
  font-size:9pt; 
  text-decoration:underline;
  cursor:pointer;
  color:#ffffff; 
}

.SelectedLevel2Tab 
{
  font-family:tahoma; 
  font-size:9pt; 
  text-decoration:underline;
  color:#ffffff; 
}

