I am very new to ASP.NET. I have created a website and I am using the default Membership using Visual Web Developer 2008 Express. I have three Master pages. One for "Guest" members, one for "Student" members and one for "Admin" members. I have 5 users created and have assigned them the roles of either "Admin" or "Student". On my main navigation menu, I have one option that allows the users to go 4 levels deep into submenus. However, if I am logged in as a user with a role of "Student", I cannot select anything past the first submenu. If I am logged is as a user with a role of "Admin", I can acces any items off of amy submenus. I don't know why my submenus won't work past the first submenu if the user is not assigned the role of "Admin". I have even copied the entire code for the menu control from the Admin master page to the Student master page and it still won't work correctly. When a user is logged in and has a role of Admin, they are taken to the home page for Admin. If I manually type in the address to the Student home page, the submenus on the Student home page will work correctly for and "Admin" user role. HELP! Very frustrating and has taken up a lot of time.