images within style sheet

Use a relative path in your stylesheet. If the CSS file is in /style.css:

#menu .menu-drop .menu-label {
    background: url(admin/images/drop1.png) no-repeat right;
}