﻿.TopGroup
{
  z-index:99;
  position:relative;
}

.DefaultTab 
{
  color:black; 
  background-image: url(../../images/tab_back.jpg);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:pointer;
}

.SelectedTab 
{
  color:black; 
  background-image: url(../../images/selected_tab_back.jpg);
  font-family:Verdana; 
  font-size:10px; 
  font-weight: bold;
  cursor:default;
}

/*.MenuGroup
{
background-color: #e9e9e9;
font-family: Arial;
font-weight: Normal;
font-style: Normal;
cursor:pointer;
font-size: 15px;
font-weight: bold;
}
.MenuItem
{
background-color: #e9e9e9;
font-family: Arial;
color: #5A5959;
font-size: 15px;
}
.MenuItemHover
{
background-color: #e9e9e9;
font-family: Arial;
color: #5A5959;
font-size: 15px;
}
.MenuItemActive
{
background-color: #e9e9e9;
font-family: Arial;
color: #5A5959;
font-size: 15px;
}
.MenuItemExpanded
{
background-color: #e9e9e9;
font-family: Arial;
color: #5A5959;
font-size: 15px;
}
#leftnav
{
background-color: #e9e9e9;
}*/