div.sc_menu {
  /* Set it so we could calculate the offsetLeft */
  position: relative; height: 230px; width: 950px;
  /* Add scroll-bars */
  overflow: auto; margin-left: 30px; padding-top: 10px; }
ul.sc_menu {
  display: block;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 2000px;
  padding: 15px 0 0 15px;
  /* Remove default margin */
  margin: 0;
  background: url(navigation.png);
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding: 0 4px;
}
.sc_menu a {
  display: block;
  text-decoration: none;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 0;
  text-align: center;
  font-size: 12px;
  color: #fff;
}