Our site is running on Drupal, but I just found out my dev team cheated a bit when they built our menu system. They hardcoded the menu system in into a block--it works, but this means we can not tap into the menu with modules like footermap.

So, I want to recreate the look and feel of we have using a Durpal menu, but I am a beginner themer and need some suggestions. The site is here: http://www.iacadvertising.com the menu I am trying to recreate is the one to the left.

Currently we have one CSS style for all the items in the menu, with the exception of the last two in each group ("Contact Us" and "IAC Network"). This is so that there is no line under the last item.

Thanks.

Michael

Comments

centremass’s picture

I would urge you look into this link:
http://drupal.org/project/nice_menus

Nice Menus is just that, a menu module that will do what you are looking for.
The only thing you will need to do is plug-in your CSS into the nice-menu CSS and you should be good to go.

While its quite possible to skin the existing drupal menu, this mod may make your life a little easier.

Good luck