

/************* ALBERO CATEGORIE **************/
.submenu {
    font-size: 11px;
    position: absolute;
	display: none;
	width: 130px;
	background-color: #FFFFCC;
	padding: /*sopra=*/1px /*destra=*/2px /*sotto=*/1px /*sinistra=*/5px;
}
.subMenuTop_MainLevel 
{
    height: 25px;		
}

.submenu_link{
    width: 99%;
    height: 100%;
    text-decoration: none;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.submenu_link:hover{
    color: #ED1B2E;
}

.MenuTop_MainLevel {
    color: #000000;
    font-size: 11px;
    cursor: hand;
	padding: /*sopra=*/1px /*destra=*/2px /*sotto=*/1px /*sinistra=*/1px;
}


@media screen and (max-width: 768px) {
	.PhotoCategory{
	  width: 100%;
	  margin-bottom: 20px;
	  border: 0;	  
	}
}

@media screen and (min-width: 768px) {
	.PhotoCategory{
	  padding: 0px 0px 25px 25px;
	  width: 50%;
	  border: 0;
	  align: right;
	}
}

@media screen and (max-width: 480px) {
	.GalleryIMG{
	  width: 45%;
	}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
	.GalleryIMG{
	  width: 30%;
	}
}
@media screen and (min-width: 768px) {
	.GalleryIMG{
		padding: 10px 10px 10px 10px;
		height: 150px;
	}
}

