/* scroll menu */
div.sc_menu_container {
	height:142px;
	/*width:975px;*/
	width:570px;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 157px;
	width: 570px;
	overflow: auto;
	float:left;
}
ul.sc_menu {
	display: block;
	height: 157px;
	/* max width here, for users without javascript */	
	width: 5000px;	
	padding-left: 14px;
	padding-top:14px;
	padding-bottom: 14px; 
	/* removing default styling */
	margin: 0;	
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 2px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}

.sc_menu_span {
	/*display: none;*/
	margin-top: 3px;
	background-color:#FFFFFF;
	color:#000000;
	text-align: left;
	font-size: 10px;
	padding-left:2px;
	font-family:Verdana;
}

/*
.sc_menu span {
	display: none;
	margin-top: 3px;
	background-color:#FFFFFF;
	color:#000000;
	text-align: center;
	font-size: 12px;	
}

.sc_menu a:hover span {
	display: block;
}
*/

/*
.sc_menu img {
	filter:alpha(opacity=50);
	opacity: 0.5;
	border: 3px #fff solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
*/

/*
.sc_menu a:hover img {
	filter:alpha(opacity=100);	
	opacity: 1;
	border: 3px #b4ac74 solid;	
	
}
*/
