#fancymenu {
position: relative;
float: right;
height: 21px;
width:569px;
margin: 87px 0 0 0;
padding: 0px 0px;
overflow: hidden;
}
  
#fancymenu ul {
padding: 0;
margin: 0;
}

#fancymenu ul li a span {
padding: 0 7px;
}
  
/* Don't apply padding here (offsetWidth will differ in IE)
If you need padding add it to the child anchor */
#fancymenu ul li {
float: left;
list-style: none;
}
  
#fancymenu ul li a {
text-indent: -500em;
z-index: 10;
display: inline block;
float: left;
height: 11px;
position: relative;
overflow: hidden;
padding: 5px 22px;
}

#menu_about a {
width: 53px;
background: url('images/menu/about.png') no-repeat center;
}
  
#menu_services a {
width: 71px;
background: url('images/menu/services.png') no-repeat center;
}
  
#menu_clients a {
width: 61px;
background: url('images/menu/clients.png') no-repeat center;
}
  
#menu_careers a {
width: 68px;
background: url('images/menu/careers.png') no-repeat center;
}

#menu_contact a {
width: 96px;
background: url('images/menu/contact.png') no-repeat center;
}



  
#fancymenu .background .left {
height: 30px;
 /* margin-right: 9px; 7px is the width of the rounded shape border: 1px solid #413524; */

}

#fancymenu li.background {
background: url('images/menu/back.png');
z-index: 8;
position: absolute;
visibility: hidden;
}

