.leftbartabs {
  position:absolute;
  left : 5px;
  top : 61px;
  width : 166px;
  height : 23px;
  z-index:4;
  padding-bottom:1px;
}

.navigation
{
  position : absolute;
  bottom : 1px;
  padding : 1px;
}

.leftbartab_span_passive
{
  border : 1px solid #FFFFFF;
  padding-left : 3px;
  padding-right : 3px;
  cursor : pointer;
  margin-left : 3px;
  height : 16px;
  font-weight : bold;
  z-index:5;
}

.leftbartab_span_active
{
  border : 1px solid #FFFFFF;
  border-bottom : 1px solid #D8D1C1;
  background-color : #D8D1C1;
  color : #000000;
  padding-left : 3px;
  padding-right : 3px;
  cursor : pointer;
  margin-left : 3px;
  height : 16px;
  font-weight : bold;
  z-index:5;  
}

.leftbar_container
{
  position:absolute;
  top:82px;
  left:5px;
  OVERFLOW-Y: auto;
  OVERFLOW-X: hidden;
  OVERFLOW: -moz-scrollbars-vertical;
  z-index:5;
  /* This CSS Hack is explained here: http://www.info.com.ph/~etan/w3pantheon/style/abmh.html */
  width: 162px;
  width/* */:/**/158px;
  width: /**/166px;
  font-size: 8pt;
  color : #000000;
  padding-left:0px;
  padding-top:0px;
}
