div.sc_menu_1 {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 160px;
	overflow: auto;
  float:left;
  width: 610px;
}
ul.sc_menu_1 {
	display: block;
	height: 145px;
	/* max width here, for users without javascript */	
	width: 4500px;
	padding: 15px 0 0 5px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu_1 li {
	display: block;
	float: left;	
	padding: 0px;
}
.sc_menu_1 a {
	display: block;
	text-decoration: none;
}
.sc_menu_1 span {
	display: none;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #000;
}
.sc_menu_1 a:hover span {
	display: block;
}
.sc_menu_1 img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/*
.sc_menu_1 a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
}*/


/* Here are styles for the back button, don't look at them */
#back {
	display: block;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}
