@charset "utf-8";
/* CSS Document */

.easing-menu { position: absolute; bottom: 8px; left:12px; height: 25px; width: 1136px; padding: 0 20px; margin: 10px 0; overflow: hidden; background-attachment: scroll; background-image: url(../immagini/easing-bg.gif); background-repeat: repeat-x; }
/* Force the list to flow horizontally */
.easing-menu li { float: left; list-style: none; }
/* Represents the background of the highlighted menu-item. */
.easing-menu li.back { background: url("../immagini/easing.png") no-repeat right -25px; width: 15px; height: 25px; z-index: 8; position: absolute; }
.easing-menu li.back .left { background: url("../immagini/easing.png") no-repeat top left; height: 25px; margin-right: 15px; }
/* Styles for each menu-item. */
.easing-menu li a { position: relative; overflow: hidden; text-decoration: none; text-transform: capitalize; color: #fff; outline: none; text-align: center; height: 25px; top: 5px; z-index: 10; letter-spacing: 2px; float: left; display: block; margin: auto 15px; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
