Quote Originally Posted by nosleephotel View Post
I need a little help positioning the dropdown menu. I want to have the whole menu right aligned (not the individual text in each menu item). Can someone help me with this?
Try a:

float:right;

in the #dropMenuWrapper

You might have to play around with other settings after this.

Craig