div.sc_nav {
  /* Set it so we could calculate the offsetLeft */
  position: relative;
  top:15px;
  left:305px;
  height: 130px;
  width: 725px;
  /* Add scroll-bars */
  overflow: auto;
  z-index:-2;
  padding-left:25px;
}
ul.sc_menu {
  display: block;
  height: 130px;
  /* Max width here, for users without Javascript */
  width: 2500px;
  padding: 0px;
  /* 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-right:30px;
  margin-top: 1px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.sc_menu span {

  display: none;
  margin-top: 1px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.sc_menu a:hover span {
  display: block;
}
.sc_menu img {

margin-right:25px;
	/*	  filter:alpha(opacity=60);
  opacity: 0.6;
  padding-left:20px;
	pading-right:20px;
  border: 1px #fff solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
.sc_menu a:hover img {
opacity: 1; 
filter: alpha(opacity = 100); 
zoom:1;*/
}

