/* start of TAB list.
 *
 * reading from left to right.
 *
 */ 
.tabItem {  
  width: 28px;
  height: 29px;
  float: left;
  margin-left: -25px;
}

.tabCaptionItem {
  float: left;
  height: 29px;
  margin-right: 25px;
}

.tabCaptionItem a {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 5px;
}

