Hi everyone,
I have another question. In my main drop down menu at http://www.atlantareiewgroup.com/, I see an error when a visitor returns to the home page via the back button. the sub-list <li>'s take on the block background and styles from the main list. I think the problem is in the targeting:
#pMenu a:hover, #pMenu li:hover a, #pMenu a:focus, #pMenu li:focus a, #pMenu a:active, #pMenu li:active a{...} ...
#pMenu li:hover div, #pMenu a:focus+div{left:0;}
Can you help me fix this goofiness?