.menuSTab 
{
	width: 100%;
   z-index: 10;
}
.menuHTab 
{
	position: fixed;
	top: -100px;
	width: 100%;
	height: 35px;
	z-index: 2010;
	transition: top .3s;
	transition-timing-function: ease-out;
}
.msLogo   
{
   position: relative;
   top: -5px;
	height: 45px;
	margin-top: 15px;
	margin-bottom: 0px;
}
.mhLogo   
{
   height: 29px;
	margin-top: 5px;
	margin-bottom: 0px;
}
.mhLogoSF {
   height: 33px;
   margin-bottom: 5px;
}

/*	MENU FISSO GRANDE	##################################################################### */
.mFix {
   position: relative;
   float: right;
   z-index: 5;
   font-family: MyriadPro-Light;
   font-size: 18px;
   color: White;
   display: block;
   text-decoration: none;
   padding: 2px 15px 2px 18px;
   border-radius: 0px 5px 0px 0px;
   filter: drop-shadow(2px 2px 4px black) brightness(100%);
   background-color: #d60;
   border-bottom: 3px solid orange;
   transition: transform .2s;
}
   .mFix:hover {
      color: White;
      text-decoration: none;
      filter: drop-shadow(2px 2px 4px black) brightness(130%);
      transform: scale(1.2);
   }
.mFixSF {
   position: relative;
   float: left;
   z-index: 5;
   font-family: MyriadPro-Light;
   font-size: 22px;
   color: White;
   display: block;
   text-decoration: none;
   padding: 5px 15px 5px 18px;
   border-radius: 0px 0px 5px 0px;
   filter: drop-shadow(2px 2px 4px black) brightness(100%);
   background-color: #d60;
   border-bottom: 3px solid orange;
   transition: transform .2s;
}
   .mFixSF:hover {
      color: White;
      text-decoration: none;
      filter: drop-shadow(2px 2px 4px black) brightness(130%);
      transform: scale(1.15);
   }

/*	MENU PICCOLO A SCOMPARSA	################################################################################### */
.mhTR {
   background-image: linear-gradient(to right, rgba(0,0,0,.50), rgba(0,0,0,.50));
}
.mHide {
   position: relative;
   float: right;
   z-index: 5;
   font-family: MyriadPro-Light;
   font-size: 16px;
   color: White;
   display: block;
   text-decoration: none;
   padding: 3px 12px 2px 15px;
   border-radius: 0px 0px 5px 0px;
   filter: drop-shadow(2px 2px 4px black) brightness(100%);
   background-color: #d60;
   border-bottom: 3px solid orange;
   transition: transform .2s;
}
   .mHide:hover {
      color: White;
      text-decoration: none;
      filter: drop-shadow(2px 2px 4px black) brightness(130%);
      transform: scale(1.2);
   }
.mHideSF {
   position: relative;
   float: left;
   z-index: 5;
   font-family: MyriadPro-Light;
   font-size: 20px;
   color: White;
   display: block;
   text-decoration: none;
   padding: 4px 12px 4px 15px;
   border-radius: 0px 0px 5px 0px;
   filter: drop-shadow(2px 2px 4px black) brightness(100%);
   background-color: #d60;
   border-bottom: 3px solid orange;
   transition: transform .2s;
}
   .mHideSF:hover {
      color: White;
      text-decoration: none;
      filter: drop-shadow(2px 2px 4px black) brightness(130%);
      transform: scale(1.2);
   }

/*	ENTRAMBE I MENU'	################################################################################### */
.mSel {
   position: relative;
   float: right;
   z-index: 5;
   transform: scale(1.125);
   filter: drop-shadow(2px 2px 4px black) brightness(130%);
}
.mSelSF {
   position: relative;
   float: left;
   z-index: 5;
   transform: scale(1.125);
   filter: drop-shadow(2px 2px 4px black) brightness(130%);
}
