.scrollholder {
	z-index: 1; 
	overflow: auto; 
	width: 160px; 
	position: relative; 
	height: 323px; 
}
.scroll {
	left: 0px; 
	width: 95%; 
	position: absolute; 
	top: 0px;
}
.track {
	font-size: 0px;
	z-index: 3;
	background-color:rgb(238,238,238);
	float: right;
	width: 11px;
	position: absolute;
	top: 0px;
	right:0px;
	height: 100%;
}
.drag_bar {
	z-index: 4;
	background-color: rgb(64,177,2229);
	width: 100%;
	cursor: pointer;
	position: absolute;
	height: 14px;
}.testo_menu_bianco_nosize { font-family: Tahoma; color: #FFFFFF; font-weight: bold }

