Open themes/rhinoswelt/style.css, find
[...
Code: [Select]
#SYS_MENU {
position:relative;
width:800px;
height:30px;
left: 35px;
top: 5px;
margin:-10px;
padding:0;
z-index:1;
visibility: hidden;
}
and replace with[...