|
Are you talking about the "our products" under the main menu?
It doesn't look like there are currently any links in that. But when you do add links, you just need to add "display:block" to your style for "a".
Also, just FYI, you are using the :hover psudoclass on the "li". This won't work in IE6. It only supports :hover on anchor (a) elements.
|