Help with changing style of the extended menu drop down [closed]

There should be something like this in the CSS:

.menu ul ul ul {
  left: XXpx;
}

Try changing that to

.menu ul ul ul {
  right: XXpx;
}

But nothing can be said for sure without seeing the CSS first.