/* Set visibility to hidden while JavaScript processes the layout of 
   the elements. This will avoid a visible shifting that occurs while 
   the script does its work. */

#nav {

	visibility: hidden;

}

#subnav {
	
	visibility: hidden;
	
}

