{script} {literal} $('.admin_menu_cont .menu_item') .mouseover(function(){$('span.menu_items', $(this)).css({display:'block'});$(this).addClass('ow_hover');}) .mouseout(function(){$('span.menu_items', $(this)).hide();$(this).removeClass('ow_hover');}); {/literal} {/script} {style} {literal} .admin_notification{ text-align: center; margin-bottom:10px; padding: 10px 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #dfd; color: #444; text-shadow: #fff 1px 1px 0; } {/literal} {/style}