$(document).ready(function () {
    $('div.citymenu_top').click(function () {
	$('ul.the_citymenu').slideToggle('medium');
    });
});
