/* IF SUB SUB NAV EXISTS > INCREASE HEIGHT OF #SUBNAV TO INCLUE IT */
if ($('ul.unli').length)
{
	$('#subnav').css('height','70px');
}

$('#subnav ul li:first-child').css('background', 'none');
$('#subnav ul li:first-child a').css('margin-left', '0');

$('#subnav ul ul li:first-child').css('background', 'none');
$('#subnav ul ul li a').css('margin-left', '10px');
$('#subnav ul ul li:first-child a').css('margin-left', '0');

$('#footer ul li:first-child').css('background', 'none');
$('#footer ul li:first-child a').css('margin-left', '0');

$(window).load(function() {
	$('#feature').nivoSlider({
		effect:			'fade',
		controlNav:		false,
		manualAdvance:	false,
		pauseTime:		5000,
		animSpeed:		700
	});
});
