#container {
			width: 100%;
			position:absolute;
			top:0px;
			left:0px;
		}

#topheader{
		height:10px;
		width: 100%;
		padding: 0px;
		background:#E5E9F2;
}

#banner {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
		height:141px;
		background:url(../images/headerbg_home.gif);
}

#banner_link {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
		height:141px;
		background:url(../images/headerbg_link.gif);
}

#banner_settimana {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
		height:141px;
		background:url(../images/headerbg_settimana.gif);
}

#headerlink{
	font-style:normal;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003399;
	position:absolute;
	top:120px;
	left:10px;
}

#sidebar-left {
			float: left;
			width: 180px;
			margin: 0;
			margin-right: 5px;
			padding: 5px;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			font-size:10pt;
			text-align:justify;
		}

#sidebar-left-home {
			float: left;
			width: 1px;
			margin: 0;
			margin-right: 1px;
			padding: 1px;
		}

#sidebar-right {
			float: right;
			width: 200px;
			margin: 0;
			margin-left: 5px;
			padding: 5px;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			font-size:8pt;
			text-align:justify;
		}

#content {
			padding: 5px;
			margin-left: 200px;
			margin-right: 235px;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			font-size:10pt;
			text-align:justify;
}

#content-home {
			padding: 5px;
			margin-left: 100px;
			margin-right: 235px;
			font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
			font-size:10pt;
			text-align:justify;
}

#footer {
			clear: both;
			padding: 5px;
			margin-top: 5px;
			height:78px;
			width: 100%;
}

#textfooter{
		width:100%;
		clear: both;
		padding: 0px;
		/*margin-left: 100px;*/
		/*text-align:center;*/
		background:url(../images/bg.gif);
		font-size:8pt;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #003399;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
#list {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}

ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
li:hover ul { display: block; }
li:hover ul, li.over ul { 
	display: block;
}

a:link, a:visited {
        font-size: 11px; color: #000099; text-decoration: none;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
        }

a:hover {
        color: #111122;        text-decoration: none;
        }	

