$(document).ready(function()
{
	$("#menuwrapper > ul > li:contains(Admin)").children("ul").remove();
});