You could also put it in the head of that particular page... and put the manage-icn.png someplace else or just use the standard manage-png (pencil icon)
(Under advanced settings... put this in the head)
<style type="text/css">
.dnnActionMenu{margin:0;padding:0;position:absolute;float:left;z-index:906;color:#000;left:-8px;top:6px}
.dnnActionMenuTag{background:#FFFFFF;background:-moz-linear-gradient(top, #FFFFFF 0%, #FFFFFF 0%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(0%,#FFFFFF));
filter:Alpha(Opacity=0);
display:block;padding:0px 0px;border:none;border-radius:0px;-moz-border-radius:0px;line-height:10px;height:10px;width:10px;font-weight:bold;font-size:8px;min-width:10px;cursor:default;}
.dnnActionMenuTag img{display:block;float:left;padding-right:0px;}
.dnnActionMenuTag span{visibility:hidden}
#dnn_dnnSearch_ClassicSearch {position:relative; top:-1px;}
#dnn_dnnSearch_txtSearch {height:10px; width:110px;}
</style>