/* -----  Menu Home ---- */


#menu {
  list-style-type:none;
  width:172px;
  position:absolute;
  left: 270px;
  padding:0;
  margin:25px 0 0 40px;
  text-indent: -9999px;
}

.studio {
  display: block;
  background: url(/img/m_studio.gif) no-repeat;
  width:172px;
  height:29px;
}

.studio:hover {
  background: url(/img/o_studio.gif) no-repeat;
}

.attivita {
  display: block;
  background: url(/img/m_attivita.gif) no-repeat;
  width:172px;
  height:29px;
}

.attivita:hover {
  background: url(/img/o_attivita.gif) no-repeat;
}

.professionisti {
  display: block;
  background: url(/img/m_professionisti.gif) no-repeat;
  width:172px;
  height:29px;
}

.professionisti:hover {
  background: url(/img/o_professionisti.gif) no-repeat;
}

.network {
  display: block;
  background: url(/img/m_network.gif) no-repeat;
  width:172px;
  height:29px;
}

.network:hover {
  background: url(/img/o_network.gif) no-repeat;
}

.link {
  display: block;
  background: url(/img/m_link.gif) no-repeat;
  width:172px;
  height:29px;
}

.link:hover {
  background: url(/img/o_link.gif) no-repeat;
}

.contatti {
  display: block;
  background: url(/img/m_contatti.gif) no-repeat;
  width:172px;
  height:29px;
}

.contatti:hover {
  background: url(/img/o_contatti.gif) no-repeat;
}



/* ---- Menu Interno --------*/



#menui
{
  position: absolute;
  top: 150px;
  right: 50px;
  width:185px;
  margin:50px 0 0 0;
  padding: 0 0 0 0px;
  text-indent: -9999px;
}

a {
  outline: none;
  }

#menui ul {
  list-style-type:none;
  padding:0;
  margin:0;
    }
    

.studioi {
  display: block;
  background: url(/img/m_studio_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.studioi:hover {
  background: url(/img/o_studio_int.gif) no-repeat;
}

.studio_c {
  display: block;
  background: url(/img/c_studio.gif) no-repeat;
  width:185px;
  height:24px;
}

.attivitai {
  display: block;
  background: url(/img/m_attivita_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.attivitai:hover {
  background: url(/img/o_attivita_int.gif) no-repeat;
}

.attivita_c {
  display: block;
  background: url(/img/c_attivita.gif) no-repeat;
  width:185px;
  height:24px;
}

.professionistii {
  display: block;
  background: url(/img/m_professionisti_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.professionistii:hover {
  background: url(/img/o_professionisti_int.gif) no-repeat;
}

.professionisti_c {
  display: block;
  background: url(/img/c_professionisti.gif) no-repeat;
  width:185px;
  height:24px;
}

.networki {
  display: block;
  background: url(/img/m_network_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.networki:hover {
  background: url(/img/o_network_int.gif) no-repeat;
}

.network_c {
  display: block;
  background: url(/img/c_network.gif) no-repeat;
  width:185px;
  height:24px;
}

.linki {
  display: block;
  background: url(/img/m_link_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.linki:hover {
  background: url(/img/o_link_int.gif) no-repeat;
}

.link_c {
  display: block;
  background: url(/img/c_link.gif) no-repeat;
  width:185px;
  height:24px;
}

.contattii {
  display: block;
  background: url(/img/m_contatti_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.contatti_c {
  display: block;
  background: url(/img/c_contatti.gif) no-repeat;
  width:185px;
  height:24px;
}

.contattii:hover {
  background: url(/img/o_contatti_int.gif) no-repeat;
}

.homei {
  display: block;
  background: url(/img/m_home_int.gif) no-repeat;
  width:185px;
  height:24px;
}

.homei:hover {
  background: url(/img/o_home_int.gif) no-repeat;
}

