
.menu{
    margin-top:20px;
    margin-right:10px;
}
.menu_item img{
    width:65px;
    height:65px;
}
.menu_item{
background:whitesmoke;
height: 120px;
    width:90%;
    margin:0px auto;    
    padding:10px;
    border-radius: 3px;
    margin-bottom:50px;
     opacity: 0.9;
    filter: alpha(opacity=9);
}


.menu_item p{
    color:#f72424;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
 
}
.menu_item a{
    color:black;
    margin-top:10px;
}
.menu_item:hover{
    background:#f38c8c;
}

.menu_item span{
    font-size:14px;
}