#menu-aba {
  float:left;  
  font-size:86%;
  line-height:normal;
  }
#menu-aba ul {
 margin:0;
  padding:0px 0px 0;
  list-style:none;
  }
#menu-aba li {
  float:left;
  background:url("../abas/left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  width:136px; /* 132 94 */
  height:24px; /* 37 */
  text-align:center;
  cursor:pointer;
  }
.ab {
  float:left;
  display:block;
  background:url("../abas/right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000066;
   height:15px; /* 28 */
   text-align:center;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.ab {float:none;}
/* End IE5-Mac hack */
.ab:hover {
  color:red;
  }
#menu-aba .current {
  background-image:url("../abas/left_on.gif");
  text-align:center;
  }
#menu-aba .current .ab {
  background-image:url("../abas/right_on.gif");
  color:#ff0000;
  padding-bottom:5px;
  text-align:center;
  }
  
.anterior {color:#000066;}
.anterior:hover {color:#fff;background-color:#000066;}
.corrente {color:red;}
