After much trial and error I fixed the problem by commenting out the white-space line.
ul#cssmw li {
/* background-image: none;*/
float: right;
padding: 0 20px 0 0;
position: relative;
/* white-space: nowrap;*/
}
on my horizontal menu the level-1 items do not drop down as expected which the 5 item stacked they appear as one mushed line.Is there a fix for this?
Thanks
Tom



