To get the links to float to the right just add this –
.nav-secondary .genesis-nav-menu .menu-item {
float: right;
}
To target a specific link, look in your code/page source and you’ll see the ID. Use that ID in your css and add your color or whatever style you want to it.