
div#SiteMap{
	position: relative;
	height: 19px;
	padding-left: 5px ;
	padding-right: 5px ;
}

div#SiteMap_left{
	width: 9px;
	height: 19px;
	background-color: #CCEFFC;
	background-image: url(immagini/location_left.png);
	background-repeat: no-repeat;
	float: left;
}

div#SiteMap_right{
	width: 9px;
	height: 19px;
	background-color: #CCEFFC;
	background-image: url(immagini/location_right.png);
	background-repeat: no-repeat;
	float: right;
}

div#SiteMap_center{
	font-size: 80%;
	background-color: #CCEFFC;
	height: 16px;
	padding-top: 3px; 
}


.SiteMap_element
{
	height: 19px;
	text-decoration: none;
	background-image: url(immagini/location_separator.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-attachment: fixed;
}

