jQuery.noConflict();
jQuery(document).ready(function($){
	$('.subnavcontainer').css({'display':'none'}).remove();
	$('#extraContent3').css({'-webkit-border-top-left-radius' : '8px', '-webkit-border-top-right-radius' : '8px', '-moz-border-radius-topleft' : '8px', '-moz-border-radius-topright' : '8px', 'border-top-left-radius' : '8px', 'border-top-right-radius' : '8px'});
});

