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