You can use the next CSS rules:
Code: |
.ux-menu LI.ux-menu-item60 A:hover,
.ux-menu LI.ux-menu-item60 A.ux-menu-link-hover
{
background: purple none;
}
.ux-menu LI.ux-menu-item62 A:hover,
.ux-menu LI.ux-menu-item62 A.ux-menu-link-hover
{
background: blue none;
}
.ux-menu LI.ux-menu-item63 A:hover,
.ux-menu LI.ux-menu-item63 A.ux-menu-link-hover
{
background: red none;
}
|
Change sample background color to appropriate colors or specify background images.
PS: Information about menu HTML layout and CSS classed can be found
here.
Regards,
ARI Soft