/* @override http://www.actararquitectura.com/index.php?css=styles/scrollme.horizontal.v.1251459794 */

div.sc_menu_hor {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 480px;
	width: 100%;
	overflow: auto;
	top: 51px;
}
ul.sc_menu_hor {
	display: block;
	height: 460px;
	/* max width here, for users without javascript */
	width: 10000px;
	list-style: none;
	margin-top: 0px;
	padding: 10px 20px;
	background-color: white;
	margin-bottom: 0;
}
.sc_menu_hor li {
	display: block;
	float: left;	
}
.sc_menu_hor a {
	display: block;
	text-decoration: none;
}