ludo974
Hi
If you want to move the menu in right side
use this code in custom.css
.t3-mainnav {
padding-left:120px
}
if you only want to add some space in left use this code
.t3-mainnav {
float: right;
padding-right:120px}
change the padding value as per needs.