﻿.menuTabs
{
  position:relative;
  top:1px;
  left:10px;
}
.tab
{
  border:Solid 1px #919B9C;
  border-bottom:none;
  padding: 5px;
  background-color:#eeeeee;
  font-family: Verdana;
  font-size: 11px;
  text-decoration: none;
  color: #000000;
}
.selectedTab
{
     border: Solid 1px #919B9C;
     border-bottom: Solid 1px white;
     border-top: Solid 2px #FFC73C;
     padding: 5px;
     background-color: white;
     font-family: Verdana;
     font-size: 11px;
     text-decoration: none;
     font-weight: bold;
     color: #000000;
}
.tabBody
{
     border: 1px Solid #808080;
     padding: 20px;
     background-color: white;
}