#footer {
 /* background: #f26531 url(img/footer.png) no-repeat; */
   background: #f26531;
}
/* #footer p {
    background: url("img/copyright.png") no-repeat scroll left center transparent;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding-left: 49px;
    width: 35%;
} 
*/
#footer .menu {
    float: right;
    font-size: 12px;
    margin: 0 15px 0 0;
    padding: 0;
    text-align: right;
    width: 55%;
}
#footer .menu li {
  list-style-type: none;
  display: inline;
  line-height: 36px;
  margin-left: 6px;
  padding-left: 6px;
  background: url(img/footer-divider.png) no-repeat left center;
}
#footer .menu li:first-child {
  background: none;
}
#footer a {
  color: #ffffff;
}
