.menu_item{
font-family:Arial, Verdana;
color:#FFFFFF;
background-image: url('img/belka/menu/normal_bg.png');
background-repeat: repeat-x;
width:99px;
height:32px;
float:left;
font-size:10px;
text-align:center;
padding-top:10px;
cursor:pointer;
font-weight:bold;
} 
.menu_item:hover{
cursor:pointer;
font-family:Arial, Verdana;
color:#FFFFFF;
background-image: url('img/belka/menu/hover_bg.png');
background-repeat: repeat-x;
width:99px;
height:32px;
font-size:10px;
float:left;
text-align:center;
padding-top:10px;
}
.menu_separator{
width:1px;
float:left;
height:32px;
background-image: url('img/belka/menu/menu_separator.png');
background-repeat: no-repeat;

}