Page is a not externally linkable
barricades - 11:37 pm on Sep 10, 2012 (gmt 0)
sorted it! In case anyone else has the same problem:
I changed
div#dropMenu > ul a {
width: auto;
}
to
div#dropMenu > ul li > a {
width: auto;
}
and bob was my uncle