
#mainNav li a {
	position: relative;
	display: block;
	height: 36px;
	background-image: url(../img/menu_eng.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	text-indent: -2000em;
}
  
#m_home a {width: 85px; background-position: 0 0; text-indent: -2000em;}
#m_home a:hover { background-position: 0 -34px; }
#m_home a.selected { background-position: 0 -34px; } 

#m_dove a { width: 115px; background-position: -85px 0; text-indent: -2000em;}
#m_dove a:hover { background-position: -85px -34px; }
#m_dove a.selected { background-position: -85px -34px; }

#m_galleria a { width: 120px; background-position: -200px 0; text-indent: -2000em;}
#m_galleria a:hover { background-position: -200px -34px; }
#m_galleria a.selected { background-position: -200px -34px; text-indent: -2000em;}

#m_contact a { width: 73px; background-position: -320px 0; text-indent: -2000em;}
#m_contact a:hover { background-position: -320px -34px; }
#m_contact a.selected { background-position: -320px -34px; }

