#header {
	z-index: 1;    /* otherwise popout nav sits behind floated/positioned elements in main content area */ 
}

/* Don't seem to need this now? commented as it was messing up the has-drop class positioning
.sfm>li {
	position: static;
}

.sfm>li:hover {
	position: relative;
}
*/