I tried your example but I don't success to convert my old skin for MEnu to Prometheus.
I have copied all css/img to my app_theme/ folder and under Menu folder
Before my hover effect was solved by
.RadMenu_1
.link:hover
Now nothing works.
I have tried to set
.RadMenu_1 .link:hover
.RadMenu_1 .rmlink:hover
.rmRadMenu_1 .rmlink:hover
.rmRadMenu_1 .rmlink:hover
But nothing works
What is more needed and what is the correct settings?
Notable is that my img background is correctly set by the
.RadMenu_1
{
background: #ececec url('img/tab_inactive.gif') repeat-x;
border:0px;
top:3px;
}