<style>
.fixed {
position: fixed;
width: 100%;
top: 0px;
z-index: 9999;
}
</style>
<script>
$(document).ready(function(){
/*нужно заменить ниже номер блока меню на свой */
var blockMenuID = '#rec223889727';
$(blockMenuID).addClass('floating fixed');
});
</script>