#breadcrumb {
  background-color:#80622d;
  height:30px;
  border-bottom:2px solid #4f4533;
  overflow:hidden;
}
#breadcrumb p {
  margin:0;
  padding:0;
  padding-left:20px;
  padding-top:5px;
  font-size:1em;
  color:#f5e693;
}
#breadcrumb p a:link, #breadcrumb p a:visited {
  text-decoration:none;
  color:#f5e693;
}
#breadcrumb p a:hover, #breadcrumb p a:active, #breadcrumb p a:focus {
  color:#fff;
}

