/* стили отдельных кнопок */
.menu_item1{
text-decoration: none;
width: 144px;
height: 29px;
float:left;
margin-left:0;
background: url(images/btns/1/01.gif) top no-repeat;
}

.menu_item2{
text-decoration: none;
width: 128px; 
height: 29px;
float:left;
margin-left:144;
background: url(images/btns/1/02.gif) top no-repeat;
}

.menu_item3{
text-decoration: none;
width: 128px; 
height: 29px;
float:left;
margin-left:128;
background: url(images/btns/1/03.gif) top no-repeat;
}

.menu_item4{
text-decoration: none;
width: 128px; 
height: 29px;
float:left;
margin-left:128;
background: url(images/btns/1/04.gif) top no-repeat;
}

.menu_item5{
width: 128px; 
text-decoration: none;
height: 29px;
float:left;
margin-left:128;
background: url(images/btns/1/05.gif) top no-repeat;
}

.menu_item6{
text-decoration: none;
width: 144px; 
height: 29px;
float:left;
margin-left:128;
background: url(images/btns/1/06.gif) top no-repeat;
}

.menu_item1:hover{
background: url(images/btns/1/01.gif) bottom repeat-x;
}
.menu_item2:hover{
background: url(images/btns/1/02.gif) bottom repeat-x;
}
.menu_item3:hover{
background: url(images/btns/1/03.gif) bottom repeat-x;
}
.menu_item4:hover{
background: url(images/btns/1/04.gif) bottom repeat-x;
}
.menu_item5:hover{
background: url(images/btns/1/05.gif) bottom repeat-x;
}
.menu_item6:hover{
background: url(images/btns/1/06.gif) bottom repeat-x;
}
