// Layout del menu superior

#menu_bar {
  margin:0px;
  padding:0px;
  border:0px dashed #cccccc;
  height:41px;
  clear:both;
  background: #FFFFFF url('img/menu_bg.gif') bottom left no-repeat;
}

#navcontainer ul {
  border: 1px solid #425227;
  border-bottom:0px;
  padding: 0;
  margin: 0;
  background: #cac59f url('img/bar.jpg') top right no-repeat; 
  color: #796f47;
  float: left;
  width: 902px;
  font-family: arial, helvetica, sans-serif;
  font-size:15px;
  font-weight:bold;
  height:41px;
  line-height:29px;

}

#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: #641a19;
  text-decoration: none;
  float: left;
  border-right: 1px solid #aba471;
}

#navcontainer ul li a:hover {
  background-color: #aba471;
  background: url('img/bar_bg_hover.gif') bottom left repeat-x; 
  color: #641a19;
  }
//  border-bottom:4px solid #d28488;


