Quote Originally Posted by marksu View Post
Thank you for your reply.
Yes I know it is css issue and was hoping somebody already had it solved as it is a bad feature effecting all users.
I will try to solve it on my own then and also taking in consideration your tips.
Thank you for your reply.

marksu
Try giving your #nav-cat ul ul a negative left margin. Mine is is like this:

#nav-cat ul ul {
position:absolute;
top:5px;
left:149px;
display:none;
margin-left:-7px;
}