Hi, yes, you can use the CSS code sample I’ve posted in the following topic:
http://www.smartmenus.org/forums/topic/smartmenu-dropdown-doesnt-work-if-main-menu-is-display-inline
It will make the items center aligned. To align them to the right, just change the following rule:
#main-menu {
text-align:center;
}
to:
#main-menu {
text-align:right;
}