/*/////// MENU ///////*/

ul#menu {
width:156px;
list-style:none;
padding-left:5px;
margin:0;
}
ul#menu li {
padding:2px;
float: left;
list-style:none;
}

li#item1 a {
width:70px;
height:66px;
background: url(../img/menu_1.png) no-repeat 0 0 ;
display:block;
}
li#item1 a:hover
{
background: url(../img/menu_1.png) no-repeat 0 -66px ;
}


li#item2 a {
width:70px;
height:66px;
background: url(../img/menu_2.png) no-repeat 0 0 ;
display:block;
}
li#item2 a:hover
{
background: url(../img/menu_2.png) no-repeat 0 -66px ;
}

li#item3 a {
width:70px;
height:66px;
background: url(../img/menu_3.png) no-repeat 0 0 ;
display:block;
}
li#item3 a:hover
{
background: url(../img/menu_3.png) no-repeat 0 -66px ;
}

li#item4 a {
width:70px;
height:66px;
background: url(../img/menu_4.png) no-repeat 0 0 ;
display:block;
}
li#item4 a:hover
{
background: url(../img/menu_4.png) no-repeat 0 -66px ;
}

li#item5 a {
width:70px;
height:66px;
background: url(../img/menu_5.png) no-repeat 0 0 ;
display:block;
}
li#item5 a:hover
{
background: url(../img/menu_5.png) no-repeat 0 -66px ;
}

li#item6 a {
width:70px;
height:66px;
background: url(../img/menu_6.png) no-repeat 0 0 ;
display:block;
}
li#item6 a:hover
{
background: url(../img/menu_6.png) no-repeat 0 -66px ;
}

li#item7 a {
width:70px;
height:66px;
background: url(../img/menu_7.png) no-repeat 0 0 ;
display:block;
}
li#item7 a:hover
{
background: url(../img/menu_7.png) no-repeat 0 -66px ;
}

li#item8 a {
width:70px;
height:66px;
background: url(../img/menu_8.png) no-repeat 0 0 ;
display:block;
}
li#item8 a:hover
{
background: url(../img/menu_8.png) no-repeat 0 -66px ;
}