<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */



#contenitore {

	width: 520px;

	height: 375px;

	background-color: #fff;

	}



/* main vertical scroll */

#main {

	position: relative;

	overflow: hidden;

	height: 370px;

	width: 415px;

	}

	

	/* root element for pages */

	#pages {

		position: absolute;

		height: 20000em;

		}

		

		#pages .page {

			padding: 0px;

			height: 370px;

			background-color: #fff;

			width: 400px;

			}



/* main navigator */

#navigazione {

	float: left;

	padding: 0px !important;

	margin: 0px !important;

	}



#navigazione li {

	background-color: #fff;

	border-bottom: 0px solid #666;

	clear: both;

	color: #FFF;

	font-size: 12px;

	height: 75px;

	line-height: 75px; /**/

	list-style-type: none;

	padding: 0px;

	width: 100px;

	cursor: pointer;

	}

	

	#navigazione li img {

		border: 1px solid #666;

		margin-right: 0em;

		vertical-align: top;

		}



#navigazione li:hover {

	background-color: #fff;

	}



#navigazione li.active {

	background: #fff url(../ima/freccia.gif) no-repeat center right;

	}</pre></body></html>