Hello All

I was hoping someone could help me with what I hope to be a css solution.

I have a navigation menu that I am almost proud of on a site that I am building here:

http://www.thegooditcompany.com/dev/jacobeans/

My issue is that as it's a three column display menu (as some categories will have many sub categories), the drop down menu position needs to change as the user hovers the right most categories. At the moment, the menu expands off the right hand side of the site.

I can vary this using position:absolute and either left:0 (currently set) or right:0 to make correct on the right hand side, but incorrect on the left.

Any way to make this automatic?

Many thanks in advance