$(function(){
	$('a#redlogin_hook').click(function(){$('#redlogin_wrap').slideToggle(); return false;});
	$('#redlogin_wrap').css('display', 'none');
	$('li.toggle').click(function(event) {
		if (event.target == this) {
			$(this).find('ul.options').slideToggle().end();
		}
	});
	$('ul.options').css('display', 'none');
});
