My apologies that I shot that reply back without looking at your code and assuming your setup. The actual select you should be targeting looks to be #menu-menu. With this at your target your css should be:
#menu-menu {
width:928px;
}
#menu-menu li:last-child {
position:relative;
float:right;
}
Hope that works! Also, you should probably d/l firefox’s firebug. It’s an amazing tool for working on and figuring out items like this.