/* For accessibility reasons, use positioning to show/hide instead of display none */
#nav ul {
	position: absolute;
    top: 32px;
    left: -5000px;
}

#nav ul.foldOut {
	position: absolute;
    top: 32px;
    left: 2px;
}

#nav {height: 43px;}
