//jQuery(document).ready(function(){
//	jQuery('.level0child ul').wrap('<div class="wrapper-menu"></div>');		
//	jQuery('.item-menu').wrap('<div class="wrapper-text"></div>');
//	jQuery('.wrapper-menu').each(
//		function(index){
//
//
//			var offset = jQuery(this).offset();				
//			//jQuery(this).append('<div class="wrapper-bl"></div><div class="wrapper-br"></div><div class="wrapper-tr"></div><div class="wrapper-tl"></div>');
//			var pathname = window.location;
//		
//			if(pathname.host=='www.ethnic-fashion-south-america.com' || pathname.host=='ethnic-fashion-south-america.com'){
//				jQuery(this).width('10px');
//			var widthresolucion=Math.round((screen.width/2)-103)
//			jQuery(this).css('left',widthresolucion);
//			}else{
//				jQuery(this).width('10px');
//					var widthresolucion=Math.round((screen.width/2)-165)
//				jQuery(this).css('left',widthresolucion);
//			}
//			/*jQuery('.wrapper-tr',this).width(jQuery(this).width()-6)
//			jQuery('.wrapper-br',this).width(jQuery(this).width())
//			jQuery('.wrapper-bl',this).height(jQuery(this).height())
//			jQuery('.wrapper-br',this).height(jQuery(this).height())*/
//		}
//	)
//	
//	jQuery('.level0child').bind('mouseover',function(){
//		jQuery('a',this).addClass('active');
//		jQuery('.wrapper-text',this).addClass('list-active')
//		if(jQuery.support.cssFloat)	jQuery('.wrapper-menu',this).css('top','176px');
//		else jQuery('.wrapper-menu',this).css('top','176px');
//		jQuery('.active .wrapper-menu').css('top','-1000em');													 
//		jQuery('.active ').bind('mouseover',function(){
//		jQuery('.active .wrapper-menu').css('top','auto');													 
//		 })
//		
//	}).bind('mouseout',function(){
//		
//	
//	
//		jQuery('a',this).removeClass('active');
//		jQuery('.wrapper-text',this).removeClass('list-active')			
//		jQuery('.wrapper-menu',this).css('top','-1000em');
//		jQuery('.active .wrapper-menu').css('top','auto');
//	})
//	
//	
//	var active=jQuery('#navtop .active').attr('class')
//		if(active!=null){
//		actives=active.split(' ');
//			if(actives[1]=='active'){
//			jQuery('.active .wrapper-menu').css('top','auto');
//			}
//		}
//});
