It worked thanks!
I removed the User Menu under Menus which had my Login page and created a new module under extensions/module New (Login).
Set the position to the sidecol-b and Menu Assigned it to the only page that needed edited. Makes it easier for the customer to find the login so they can login and update the page.
Obviously had to add the code to the template under Extensions/template manager/my template evolution custom css box.
#login-form li:first-child, #login-form li:nth-child(2n) {
display: none;
}
Again thanks for the fix.