.menu {
  background-image:     url('/imgs/public/bg_menu.jpg');
  background-position:  top left;
  background-repeat:    repeat-x;
}

.menu_options li {
  text-align:           center;
}

.menu_options li {
  background-repeat:    no-repeat;
}

.menu_options li.last {
  background:           none;
}

.menu_options a {
  font-size:            12px;
  letter-spacing:       1px;
  color:                #FFFFFF;
}

.foother_in {
  background-image:     url('/imgs/public/foother.jpg');
  background-position:  center center;
  background-repeat:    no-repeat;
}