I am using RadMenu to display an all-image root menu. To accomplish my HTML design, I need to place an image directly to the left of my all-image RadMenu. The problem I'm running into is that RadMenu is wrapped by a DIV (id of "dnn_dnnRADMENU_RadMenu1") which causes a line break and my "nav_left.jpg" image to sit on a line ABOVE the Radmenu. I've tried applying "display:inline" to the nav_left.jpg image element as well as the RadMenu DIV wrapper but I don't see anything change.
How can I get this image to sit on the same line as the RadMenu and avoid the wrapping that is shown in the attached screenshot?
Many thanks for your help!