﻿ï»¿/*  due colonne con sinistra a larghezza fissa */

    .layout2col1 
    {
		[if lt IE 7]  width:100%;
	}

    
/* column container */
.layout2colmask
{
	position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: left;
	width: 100%; /* width of whole page */
	overflow: hidden; /* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.layout2leftmenu
{
	background: #f4f4f4;
}
.layout2leftmenu .layout2colright
{
	float: left;
	width: 200%;
	position: relative;
	left: 255px;
	background: #fff;
}
.layout2leftmenu .layout2col1wrap
{
	float: right;
	width: 50%;
	position: relative;
	right: 255px;
	padding-bottom: 1em;
}
.layout2leftmenu .layout2col1
{
	margin: 0 0px 0 265px;
	position: relative;
	right: 100%;
	overflow: hidden;
}
.layout2leftmenu .layout2col2
{
	float: left;
	width: 242px;
	position: relative;
	right: 252px;
	margin-top: 10px;
	padding-bottom:10px;
}

