/* CSS Document */
.menu_footer {
	float:left;
	width:740px;
	margin:0px 0px 0px 0px;
	padding:0px 0px; 
	list-style:none;
	
	background-image: url(../img/menu_footer_fondo.gif);
	background-repeat: no-repeat;

	border:solid 0px #000;	
 }
 
.menu_footer  li {
/*	display: inline;*/
	float:left;	
}

.menu_footer a {
/**/display: block;
    width:185px;
	padding:9px 0px;
	
	font-size:11px;
	font-weight:normal;
	text-decoration:none; 
	text-align:center; 
	white-space:nowrap;

	border:solid 0px #000;
}

/*###### COLORI ###################*/
.menu_footer a:link,
.menu_footer a:visited {
color: #999;
}

.menu_footer a:hover,
.menu_footer a:focus,
.menu_footer a:active {
color: #666;
border-color:#000;
}

/*###### COPYRIGHT LAYOUT ###################*/
.copyright {
	clear:left;
	width:740px;height:30px;
	margin:-20px 0px 0px 0px;
	padding:10px 0px; 
	list-style:none;
	
	font-family:arial,helvetica,sans-serif;	
	font-size:11px;
		
/*	border:solid 0px #000;
	background-color: #cc9900;*/
	
		
 }
.copyright  li {
/*	display: inline;*/
	float:left;
	width:368px;
	color:#999;
	border:solid 0px #000;		
}
.copyright span{
	color:#666;
	font-weight:bold;
}
.copyright #right{
	text-align:right;
}

