.menu_head
{
    text-indent:-100em;
    cursor:pointer;
    background-image:url('../img/bg_feed_menu.gif');
    background-repeat:no-repeat;
    height:20px;
    width:38px;
    overflow:hidden;
    margin:0 auto;
}

.menu_head:hover
{
    background: transparent url('../img/bg_feed_menu.gif') -38px 0px no-repeat;
}

.menu_body {display:none; width:108px;border:1px solid #bbd6e9;position:absolute;padding:0;}
 ul.menu_body {margin:0 0 0 0px; padding:0; list-style:none;margin-top:0;}
.menu_body li{margin:0; padding:0; list-style:none;background:#EBF1FB; text-align:center;}
.menu_body li a{color:#000000; text-decoration:none; padding:5px 2px; display:block;}
.menu_body li:hover{background:#bbd6e9;}

.menu_body img {border-width:0;}
