//backgrounds
$menu-background-color: #F0F0F0 !default;
-$menu-item-active-background-image: 'menu/item-over.gif';
+$menu-item-active-background-image: 'menu/menu-item-active-bg.gif';
$menu-item-active-background-color: #D9E8FB !default;
//border
//sizes
$menu-item-indent: 27px !default;
$menu-padding: 2px !default;
+$menu-link-padding: 6px 2px 3px 32px !default;
//text
$menu-text-color: #222 !default;