#Example-3 {
	position: relative;
	text-align: justify;
}

#Example-3-Content {
	position: absolute;
	top: 0px;
	width: 664px;
	height: 433px;
	overflow: hidden;
}

#Example-3 .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#Example-3-Scrollbar {
	position: absolute;
	left: 677px;
}

#Example-3 .Scrollbar-Up {
	position: absolute;
	width: 10px; 
	height: 10px;
	background-color: #DADECE;
	font-size: 0px;
}
#Example-3 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 6px; 
	height: 6px;
	background-color: #FFFFFF;
	font-size: 0px;
	border: solid 2px #DADECE;
}

#Example-3 .Scrollbar-Down {
	position: absolute;
	top: 423px;
	width: 10px;
	height: 10px;
	background-color: #DADECE;
	font-size: 0px;
}
#Example-3 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 423px;
	width: 6px; 
	height: 6px;
	background-color: #FFFFFF;
	font-size: 0px;
	border: solid 2px #DADECE;
}

#Example-3 .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 10px;
	height: 403px;
	position: absolute;
	top: 15px;
}

#Example-3 .Scrollbar-Track-Pressed {
}

#Example-3 .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 10px;
	height: 60px;
	background-image: url(../immagini/fondi/linea.png);
	background-repeat: no-repeat;
	cursor: n-resize;
}

#Example-3 .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #FFFFFF;
}

#Example-3 .Scrollbar-Disabled {
	display: none;
}
#navigation {
	border: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#navigation a.head {
	height: 46px;
	cursor:pointer;
	background-color: #E3EAD6;
	background-image: url(../immagini/fondi/collapsed.png);
	background-repeat: no-repeat;
	background-position: left;
	color: #96A087;
	display: block;
	font-weight:bold;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: 28px;
	text-decoration: none;
	line-height: 46px;
	font-style: normal;
}
#navigation a.head:hover {
	color: #C3CBB5;
	font-style: normal;
}
#navigation a.selected {
	background-color: #F4F4F4;
	color: #BDA88D;
	background-image: url(../immagini/fondi/expanded.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-style: normal;
}
#navigation a.current {
	background-color:#F4F4F4;
	font-style: normal;
}
#navigation ul {
	border-width: 0;
	margin: 0;
	padding: 0;
	text-indent: 0;
}
#navigation li {
	list-style:none outside none;
	display:inline;
}

li { list-style-type: none; }
.simboletto {
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}
.normale {
	font-weight: normal;
}
.lipad {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	height: 180px;
	border: 0;
	margin: 0;
}
