Hi All,
I have a bit of a problem on my site with only Safari users and being a novice, cannot work out why.
The drop down menu is overlapping the columns, not separating them as it does in all the other browsers.
Could anyone point me in the right direction? 
Strike & Hook - South Australia’s Online Fishing Resource
Hi Aarron,
Welcome to the Sitepoint Forums! 
You need to set a width on those floated divs. That should fix it.
As mentioned above a width here should fix safari.
div.maximenuCKH div.maximenuCK2 {
float:left;
margin:0;
padding:0;
[B]width:180px;[/B]
}
You should also remove the height from the nested anchor or when text wraps it will spill out.