/*use this snippet to hide all subnav*/
#subNavVurf {
	 display: block;
}
#subNavDrs {
	 display: block;
}
/* overwrite style to reset nav container height to allow height for subnavs */
#navbar_upperA{
	height: 80px;
}
