It has to be something in your CSS.
Most skins have something like this:
.blognavright {float: right; width: 175px; padding: 5px 5px 30px 5px;
margin: 0px 0px 0px 0px; }
.blogcenter-rightnav {margin:0px 185px 0px 0px; padding: 5px 0px 0px 5px; }
you are probably missing that float:right or else you have something lower in the CSS that overrides it.
Hope it helps,
Joe