
#DivMenu
{
  background-color: #D60006;
  margin-top: 12px;

}

div.ElMenuIndented
{
  padding-left: 10px;
   padding-right:12px;
   background-image: url(../img/point_menuIdent.gif)!important;
  background-repeat: no-repeat;
  background-position:10px!important;
    
   
}
div.ElMenuIndented a:hover
{
  background-image: url(../img/point_menuIdentHover.gif)!important;
  background-repeat: no-repeat;
}

div.ElMenu
{
  background-image: url(../img/point_menu.gif);
  background-repeat: no-repeat;
  background-position:left;
  color: #E0E4E0;
}

div.ElMenu a
{
  display:block;
  color: #E1E1E1;
  padding-left:26px;
  padding-top:5px;
  padding-bottom:6px; 
}
div.ElMenu a:hover
{
  color: #F8B1B9;
  background-image: url(../img/point_menuRoll.gif);
  background-repeat: no-repeat;
  background-position:left;
}

#DivMenu div.ElMenuFirst
{
  background-image: url(../img/point_menu_back.gif);
  background-repeat: no-repeat;
  background-position:left;
  color: #E0E4E0;
  padding-left:27px;
  padding-top:3px;
  height:20px;
 
}

#DivMenu div.HomeFirst a
{
  background-image: url(../img/point_menu_first_home.gif) !important;
}

#DivMenu div.HomeFirst a:hover
{
  background-image: url(../img/point_menu_first_home_roll.gif) !important;
}

#DivMenu div.HomeFirstSelect
{
  background-image: url(../img/point_menu_first_home_roll.gif) !important;

}

#DivMenu div.ElMenuFirst a
{
  color: #E0E4E0;
}

#DivMenu div.ElMenuSelect
{
  background-image: url(../img/point_menuRoll.gif);
  background-repeat: no-repeat;
  background-position:left;
  color: #E0E4E0;
  padding-left:27px;
  padding-top:3px;
  padding-bottom:5px;
  
  font-weight:bold;
  font-size:11px;
  letter-spacing:-1px;
  background-color:#A80004;
 
}

#DivMenuClose
{
  padding-left: 4px;
}

/*-------- menu istituzionale interno ---------- */

#DivMenuInstInternal
{
  padding-top: 5px;
  padding-right: 5px;
  text-align: right;
  color: #929696;

}
#DivMenuInstInternal div.ElMenuInt 
{
  float:left;
  border-left:solid 1px #fffffff;
}



#DivMenuInstInternal a
{
  color: #929696;
}
#DivMenuInstInternal a:hover
{
  color: #585A5A;
}
/* divisioni home menu istituzionale */

#DivMenuInstInternalDivision
{
  padding-bottom: 2px;
  padding-left: 8px;
  text-align: left;
  color: #929696;

}
#DivMenuInstInternalDivision div.ElMenuInt 
{
  float:left;
  border-left:solid 1px #fffffff;
}



#DivMenuInstInternalDivision a
{
  color: #929696;
}
#DivMenuInstInternalDivision a:hover
{
  color: #585A5A;
}
