ContextMenu 4.x : How to customize style

Hi,

Is there any way to overwrite the theme of ContextMenu (4.x / Vaadin 7). With version 3.1 and Vaadin 6.x.x I managed to change style by using
[i]
[size=2]

div.v-ctxmenu {
}

div.v-ctxmenu .ctxmenu-menu-item {
}
[/i]
[/size]

classes. Now it looks that v4.x will write different css classes like


.v-context-menu {}

and I am not able to make any changes to style by using those elements in my own SASS (compiled css contains all classes declared in sass ).

When inspecting context menu [b]

[/b] with chrome debugger there is only one matching css rule from contextmenu.css:9.

Any ideas ??