Hello Princy and thanks for the reply.
It changed the color of ALL Menu items to green. What I need is changing the color of the active menu. For example if all the menus are white, when the client hits the "Services" link and is on the Services page, the color of the menu services to be other than the rest of menu items, lets say to be blue. This is what I meant by active menu (maybe the wrong expression).
Thanks
PS. What about cursor? Once I chnage the cursor: auto, this ist a hand on IE and a Text in Mozilla :(
.RadMenu
.rmRootGroup .rmLink:hover,
.RadMenu
.rmRootGroup .rmFocused,
.RadMenu
.rmRootGroup .rmExpanded
{
background: transparent;
color: #4f9df3;
cursor: auto;
}
PPS: this is a DNN application. The CSS is on the root directory and it works without giving the .RadMenu a specific name.