@charset "utf-8";
/* CSS Document */


/************* 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: #21245F;
}

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

@media screen and (min-width: 769px) {
  .PhotoCategory{
    text-align: center;
	width: 100%;  
  }
}

@media screen and (max-width: 768px) {
  .PhotoCategory{
	width: 100%  
  }
}



