  .tabPane{
    xposition: absolute;
    xtop: 90px;
    xleft: 560px;
    height:21px;  /* Height of tabs */
    xborder-bottom:1px solid #919b9c;
  }
  .aTab{
    padding:5px;    
  }
  .tabPane DIV{
    float:left;
    height:100%;  /* Height of tabs */
    padding-left:3px;
    vertical-align:middle;
    background-repeat:no-repeat;
    background-position:bottom left;
    cursor:pointer;
    position:relative;
    bottom:-1px;
    margin-left:0px;
    margin-right:0px;
  }
  .tabPane .tabActive{
    background-image:url('images/tab_left_active.gif');
    color: grey;
    margin-left:0px;
    margin-right:0px;  
    z-index:0;  
  }
  .tabPane .tabInactive{
    color: #369;
    text-decoration: underline;
    background-image:url('images/tab_left_inactive.gif');
    margin-left:0px;
    margin-right:0px;
    z-index:0;
  }

  .tabPane .inactiveTabOver{
    background-image:url('images/tab_left_over.gif');
    color: #369;
    margin-left:0px;
    margin-right:0px;
  }
  .tabPane span{
    font-family:arial;
    vertical-align:top;
    font-size:16px;
    padding-left:3px;
    padding-right:3px;    
    line-height:21px;
    float:left;
  }
  .tabPane .tabActive span{
    padding-bottom:1px;
    line-height:20px;
  }
  .tabPane img{
    float:left;
  }

