I am developing a website in wordpress.There is a menubar at the header.Now what i want is ,when i hover the mouse over the menu item i should get a message popup .

in above case it should be “services at Umang” when mouse is placed over services menu item.
the following is the css code for mouse hover
#access li a:hover
{
text-decoration:underline;
}
Any one has idea regarding this?
Use the title-attribute
Or google for “jquery tooltip”
http://cssglobe.com/post/1695/easiest-tooltip-and-image-preview-using-jquery