div.nav_sc_menu{
  width: 710px;
  height: 25px;
  background:url(images/bg-menu-scrollable.gif) no-repeat top;
  position: absolute;
  top:136px;
  right:31px;
}

div.sc_menu {
  position: absolute;
  top:1px;
  left:30px;
  /* Set it so we could calculate the offsetLeft */
  z-index:99999;
  width: 650px;
  height: 25px;
  /* Add scroll-bars */
  overflow: auto;
}
ul.sc_menu {
  display: block;
  line-height:23px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  height: 110px;
  /* Max width here, for users without Javascript */
  width: 15000px;
  padding:0;
  /* Remove default margin */
  margin: 0;
  background: url('navigation.png');
  list-style: none;
}
.sc_menu li {
  display: block;
  float: left;
  padding:0 10px;
}
.sc_menu li.sepMenuTop {
  margin:0 10px;
  padding:0;
}
.sc_menu a {
  display: block;
  text-decoration: none;
  color:#848484;
}
.sc_menu a:hover {
  text-decoration: underline;
  color:#848484;
}
.sc_menu span {
  /* We want a caption to display on the next line */
  display: block;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu span {
  display: none;
  margin-top: 3px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {
  border: 3px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor:pointer;
}
/*.sc_menu a:hover img {
  filter:alpha(opacity=50);
  opacity: 0.5;
}*/

div.nav_sc_menu a{color:#848484;}
