#fancymenu {
position: relative;
height: 30px;
width: 860px;
margin: 0;
padding: 0 55px;
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: block;
float: left;
height: 30px;
position: relative;
overflow: hidden;
padding: 0 30px 0 30px;
}

#fancymenu .border_bonus {
}


#menu_home a {
width: 61px;
background: url('../images/menu/menuhome.png') no-repeat center;
}
  
#menu_benefits a {
width: 79px;
background: url('../images/menu/menubenefits.png') no-repeat center;
}
  
#menu_mission a {
width: 79px;
background: url('../images/menu/menumission.png') no-repeat center;
}
  
#menu_experience a {
width: 101px;
background: url('../images/menu/menuexperience.png') no-repeat center;
}
  
#menu_services a {
width: 84px;
background: url('../images/menu/menuservices.png') no-repeat center;
}

#menu_contact a {
width: 82px;
background: url('../images/menu/menucontact.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/menuback.png');
z-index: 8;
position: absolute;
visibility: hidden;
}

