function setupPage(){
	var menuParentCell = document.getElementById('menuParentCell');
	if (ie){
		menuParentCell.style.paddingBottom = '0px';		
	} else {
		//menuParentCell.style.paddingBottom = '4px';		
	}
}