/*--------------------------------------------------------------------------------------------- FOOTER ----------------*/
.footer {
	background-image: url(../img/headerBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-align: left;
}
.footer table.menucontainer{
	width: 980px;
	display: block;
	background-image: url(../img/headerBG2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
}
.footer table.menucontainer #menu1{
	text-align: left;
}
.footer #menu1{
	width: 980px;
	height: 30px;
	background-image: url(../img/headerBG2.gif);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 15px;
}
.footer #menu1 A{
	color:#000000;
}
.footer #menu1 A:hover{
	color:#FFFFFF;
}
.footer .menu1A{
	padding: 0px 0px 0px 2px;
}
.footer #menu1C{
	float:left;
	margin: 1px 3px 0px 3px;
}
.footer #menu1C A{
	background-image: url(../img/freccia01_OFF.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 11px;
	float: left;
	
}
.footer #menu1C A:hover{
	background-image: url(../img/freccia01_ON.gif);
}
#network {
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	padding: 5px 0px 7px 15px;
	text-align: left;
}
#network A {
	color: #E77B15;
}
#network A:hover{
	color: #FFFFFF;
}

