Updating the Path
Ray, you said "Sometimes if ie6 has issues, the problem is that the path to the ie6 conditional css is not correct on the page and you just have to update the path."
My code reads
!--[if lte IE 6]>
<style type="text/css" media="all">
@import url("CSSMenuWriter/cssmw_home/menu_ie.css");
</style>
<![endif]-->
But when replacing the WebAssistPro menus with CSS Menu Writer, the Cssmw_home directory appears to be replaced by the cssmw directory so it is updated to
!--[if lte IE 6]>
<style type="text/css" media="all">
@import url("CSSMenuWriter/cssmw/menu_ie.css");
</style>
<![endif]-->
Is that what you mean?
Also, a cssmw0 is created what's that?