﻿#content {
	padding: 8px 16px 0px 16px;
	float: right;
	width: 635px;
	
	margin-right: 0px;
	background-color: #fff;
	position: relative;
	overflow: auto;
	top: 0px;
	left: 0px;
	height: 890px;
}

#colonnasinistra{
	width: 200px;
	height: 900px;

	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 0px;
	float: left;
	vertical-align: top;

	

}

#menuverticale {
	width: 200px;
	height: 600px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	margin-left: 0px;
	display: inline;
	text-align: left;
	text-indent: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
/* Styles for Navigation */
#menuverticale ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menuverticale li {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	border-top: 1px solid #f2f2f2;
}
#menuverticale a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
	padding: 5px;
	
}
#menuverticale a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FF0000;
	display: block;
	padding: 5px;
	
}
