#page_header_pequeno {
  background-color: #FDFDEE;
  margin-top:10px;
  /*margin-bottom:10px;*/
  color:#666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  margin-left: auto; 
  margin-right: auto;
  width: 760px;
  text-align: left;
  height: 70px;
  background: #FFFFFF url('../img/header_pequeno.jpg') bottom left no-repeat;
  clear: both;
}

#menu_bar {
  background-color: #FDFDEE;
  color:#666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  width: 760px;
  text-align: left;
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:31px;
  clear:both;
  background: #FFFFFF url('../img/menu_bg.gif') bottom left no-repeat;
}

#navcontainer ul {
  padding-left: 0;
  margin-left: 0;
  margin-top:0px;
  background-color: #DDDD22;
  background: url('../img/bar.jpg') top right no-repeat; 
  color: White;
  float: left;
  width: 100%;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:10px;
  padding-right:10px;
  background-color: transparent;
  color: #F0F0F0;
  text-decoration: none;
  float: left;
  border-right: 1px solid #4C8585;
}

#navcontainer ul li a:hover {
  background-color: #DE6B02;
  background: url('../img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #D0FFD0;
}

#menu_bar a:link {
	COLOR: #F0F0F0; text-decoration: none
}
#menu_bar a:visited {
	COLOR: #F0F0F0; text-decoration: none
}
#menu_bar a:active {
	COLOR: #F0F0F0; text-decoration: none
}
#menu_bar a:hover {
	COLOR: #F0F0F0; text-decoration: underline
}

