/* INIZIO MENU */

#menu { height:27px; background:#000; margin:2px 0px 0px 0px;  padding:0px;}

#menu ul {margin:0; padding:0; list-style-type:none;}

#menu li {float:left; }

#menu a {display:block; margin-right:0px; height:0; overflow:hidden;}

/*Stato di background fisso*/
#menu .list1 {background:url(../img/bt/home.gif) 0 0 no-repeat;}
#menu .list2 {background:url(../img/bt/news.gif) 0 0 no-repeat;}
#menu .list3  {background:url(../img/bt/servizi.gif) 0 0 no-repeat;}
#menu .list4  {background:url(../img/bt/mezzi.gif) 0 0 no-repeat;}
#menu .list5  {background:url(../img/bt/portfolio.gif) 0 0 no-repeat;}
#menu .list6  {background:url(../img/bt/contatti.gif) 0 0 no-repeat;}

#menu a#item1 {background:url(../img/bt/home.gif) 0 0 no-repeat; width:156px;height:27px;}
#menu a#item2 {background:url(../img/bt/news.gif) 0 0 no-repeat; width:156px;height:27px;}
#menu a#item3 {background:url(../img/bt/servizi.gif) 0 0 no-repeat; width:156px;height:27px;}
#menu a#item4 {background:url(../img/bt/mezzi.gif) 0 0 no-repeat; width:156px;height:27px;}
#menu a#item5 {background:url(../img/bt/portfolio.gif) 0 0 no-repeat; width:154px;height:27px;}
#menu a#item6 {background:url(../img/bt/contatti.gif) 0 0 no-repeat; width:157px;height:27px;}

#menu a#item1:hover {background:url(../img/bt/rl/home.gif) 0 0 no-repeat;}
#menu a#item2:hover {background:url(../img/bt/rl/news.gif) 0 0 no-repeat;}
#menu a#item3:hover {background:url(../img/bt/rl/servizi.gif) 0 0 no-repeat;}
#menu a#item4:hover {background:url(../img/bt/rl/mezzi.gif) 0 0 no-repeat;}
#menu a#item5:hover {background:url(../img/bt/rl/portfolio.gif) 0 0 no-repeat;}
#menu a#item6:hover {background:url(../img/bt/rl/contatti.gif) 0 0 no-repeat;}

/* FINE MENU */

