var $j = jQuery.noConflict();
$j('document').ready(function(){
	if($j('.submenu ul').length == 0){
		$j('.submenu').hide();
	}
});
