﻿.TabStyles
{
  font-family: Verdana, Arial, Sans-Serif;
  height: 36px; 
  width: 710px; 
  font-size: 12px;
  font-weight: bold; 
  color: #616161;
  display: block;
  margin-bottom: 10px;
}

.TabStyles a
{
  text-decoration: none;
  
}

.TabStyles a:hover
{
  color: #7bb900
}

.Tab
{
  background-image: url('images/tabs_tab_background.jpg');
  background-repeat: repeat-x; 
  background-position: top left; 
  display: inline-block;
  width: 95px; 
  height: 36px; 
  float: left; 
  text-align: center; 
  padding-top: 10px;
}

.ActiveTab
{
    color: #7bb900;
 
}

