$(function(){
	$('.vbmenu_control').click(function(){
	
	$('.vbmenu_popup').css({'z-index':'1001'});
	});
		//
});