diff --git a/menu_icons.module b/menu_icons.module
index addefc0..e6bc115 100755
--- a/menu_icons.module
+++ b/menu_icons.module
@@ -518,7 +518,7 @@ function menu_icons_css_generate() {
       }
       else {
         $wrapper = file_stream_wrapper_get_instance_by_scheme(file_uri_scheme($image_path));
-        $image_url = '/' . $wrapper->getDirectoryPath() . '/' . file_uri_target($image_path);
+        $image_url = $GLOBALS['base_path'] . $wrapper->getDirectoryPath() . '/' . file_uri_target($image_path);
       }
 
       $size = $pos == 'right' || $pos == 'left' ? $info['width'] : $info['height'];
