/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Sitemap								###
*/

/* Intestazione Sitemap */
#sfondo_intestazione_site_map {
	background-image: url(images/barrasenzasciatore.jpg);
	background-repeat: no-repeat;
	height: 245px;
	padding: 0px; 
}

/* Struttura sitemap */
#site_map {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	text-decoration: none;
	color: #000;
}

#site_map h1 {
	font-size: 18px;
	margin-top: 5px;
	color: #000;
}

#site_map a {
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #E5E3E1;
}

#site_map ul a {
	color: #000;
}

#site_map li a {
	color: #000;
	padding: 0 5px;
}

#site_map ul a:hover,
#site_map ul a:focus,
#site_map ul a:active {
	color: #333;
}

#site_map ul a:link,
#site_map ul a:visited {
	color: #000;
}

#site_map ul a:hover,
#site_map ul a:focus,
#site_map ul a:active {
	color: #333;
}
