Hello!
First of all i would like to thank Ari Soft for a great menu extension to joomla.
Im having a problem with the submenus not having the same color as the topmenu item.
"topmenu"t
www.thailandresort.se/newtemplate/sv
If you check the second menu item, called "hyra boende" then you see the that the submenus get a blue color instead of the desired Green one im using on the top level (#7a983e).
Ive been looking in the .CSS files but cant seem to rectify this.
This is my CSS styles im currently using for Ari Ext menu :
body #nav
{
width: 962px;
}
.ux-menu-container .ux-menu A
{
background: #7a983e none;
color: #fff;
text-align: center;
}
body .ux-menu-container
.ux-menu a:hover{
color: #fff;
}
.ux-menu a:visited{
color: #fff;
}
.ux-menu a:visited{
color: #fff;
}
.ux-menu LI.ux-menu-item55
{
width: 102px;
}
.ux-menu-container .ux-menu li a
{
border-style: none;
}
.ux-menu .ux-menu-sub .ux-menu-sub
{
margin: -1px 0 0 -2px;
}
#nav .ux-menu li ul ul
{
margin: 0;
}
.ux-menu-container .ux-menu-sub LI A
{
color: red;
background: green none;
}
///
Any help with this would be greatly apriciated since im pulling my hair out of this, and i cant find the origin of the blue color on the submenus.