.tab {
 background-image: url( "tab.gif" );
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 18px;
 cursor:hand;
}

.userTab {
 background-image: url( "tabHover.png" );
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width:70px;
 height: 18px;
 cursor:hand;
}

.hidden
{
display:none;
vertical-align:top;
}

.Show
{
display:'';
vertical-align:top;
}
.tab-hover {
 margin: 1px 1px 1px 0px;
 background-image: url( "tab.hover.png" );
  margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 font: 11px Tahoma;
 white-space: nowrap;
 text-align: center;
 width: 70px;
 height: 18px;
 cursor:hand;
}

.tab-active{
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 1px 1px 1px 0px;
 padding: 2px 0px 0px 0px;
 border: 0;
 z-index: 1;
 font: 11px Tahoma ;
 color:#FFFFFF;
 white-space: nowrap;
 text-align: center;
 width: 74px;
 height: 18px;
 background-image: url( "tab.active.gif" );
 letter-spacing: 0px;
 text-decoration: none;
 cursor:hand;
}

.tabBorder
{
border-bottom:1px solid #919B9C;
}