/* ********************************************* */ 

#menu_home{
width:85px;
background-image:url(../images/menu/home.gif);
background-repeat:no-repeat;
}

#menu_home:hover{
width:85px;
background-image:url(../images/menu/home_hover.gif);
background-repeat:no-repeat;
}
/* ********************************************* */ 

#menu_biografia{
width:134px;
background-image:url(../images/menu/biografia.gif);
background-repeat:no-repeat;
}

#menu_biografia:hover{
width:134px;
background-image:url(../images/menu/biografia_hover.gif);
background-repeat:no-repeat;
}
/* ********************************************* */ 
#menu_curriculum{
width:152px;
background-image:url(../images/menu/curriculum.gif);
background-repeat:no-repeat;
}

#menu_curriculum:hover{
width:152px;
background-image:url(../images/menu/curriculum_hover.gif);
background-repeat:no-repeat;
}
/* ********************************************* */ 
#menu_news{
width:80px;
background-image:url(../images/menu/news.gif);
background-repeat:no-repeat;
}

#menu_news:hover{
width:80px;
background-image:url(../images/menu/news_hover.gif);
background-repeat:no-repeat;
}
/* ********************************************* */ 
#menu_photogallery{
width:171px;
background-image:url(../images/menu/photogallery.gif);
background-repeat:no-repeat;
}

#menu_photogallery:hover{
width:171px;
background-image:url(../images/menu/photogallery_hover.gif);
background-repeat:no-repeat;
}

/* ********************************************* */ 
#menu_video{
width:85px;
background-image:url(../images/menu/video.gif);
background-repeat:no-repeat;
}

#menu_video:hover{
width:85px;
background-image:url(../images/menu/video_hover.gif);
background-repeat:no-repeat;
}
/* ********************************************* */ 
#menu_contattami{
width:153px;
background-image:url(../images/menu/contattami.gif);
background-repeat:no-repeat;
}

#menu_contattami:hover{
width:153px;
background-image:url(../images/menu/contattami_hover.gif);
background-repeat:no-repeat;
}
/* ********************************************* */ 
#menu_links{
width:84px;
background-image:url(../images/menu/links.gif);
background-repeat:no-repeat;
}

#menu_links:hover{
width:84px;
background-image:url(../images/menu/links_hover.gif);
background-repeat:no-repeat;
}
