/* the CSS styling below will only be picked up by Safari and Chrome */ 
@media screen and (-webkit-min-device-pixel-ratio:0) { 
	div#TopNavigationFullWidth {
		min-height:194px !important;
	}
	
	div.left-category-bg { 
		padding-left:15px;
	} 
}  