jQuery(document).ready(function() {
	// $('.top').click(function() {
        jQuery('.top').click(function() {
		jQuery(this).parent().children('ul').css({ left: "0" });
	});
if (!/MSIE (\d+\.\d+);/.test(navigator.userAgent)){ 
	console.log("Es hat Klick gemacht...");
	}
})
