/* ------------------------------------ *
 CSS
 Saturday, December 01, 2007 12:01:32 PM
 HAPedit 3.1.11.111
 * ------------------------------------ */

/* MENU */
div#menu {
  background: #223C8D;
  margin: 0 13px 0 11px;
  height: 25px;
  display: table;
  width: 726px;
}
div#menu ul li {display: inline;}
div#menu ul li a {
  font: bold 12px Trebuchet Ms, Arial, Tahoma, Verdana, Helvetica, Sans-Serif;
  color: white;
  float: left;
  padding: 0 20px;
  height: 25px;
  line-height: 25px;
  text-transform: lowercase;
  
  border-right: 1px solid #202932;
  border-left: 1px solid #0866b8; /*
  border-style: box;
  border-color: #0866b8;
  border-width: 0 1px 0 1px; */
}
div#menu ul li a:hover {background: #1a6893;}
div#menu ul li a.primeiro {
 margin-left: 33px;
 border-left: 1px solid #0654b0;
}