The arrows are working perfectly, however it seems that this piece of code
body #{$id}.yui-skin-sam DIV.bd ul li DIV.bd ul li a.yuimenuitemlabel-selected
{
background-color: transparent;
}
adds another colour in my menu palette that was not there. I tried to change the above statement to
body #{$id}.yui-skin-sam DIV.bd ul li DIV.bd ul li a.yuimenuitemlabel-selected
{
background-color: #0092cb;
}
but then the white arrows in the submenus disappear.
Take a look
newsite.telecompare.gr/
I would like the "leaves" of my menu to be coloured #0092cb.
Thanks a lot in advance!