$(document).ready(function(){
    $("ul.nav").superfish({
	autoArrows: false,
	animation:  {
	    height:'show'
	}
    });
	
    $("ul#language").superfish({
	autoArrows: false,
	animation:  {
	    height:'show'
	}
    });
	
    $("a.iframe").fancybox({
	padding: '0',
	type: 'iframe',
	width: 614,
	titleShow: false,
	height: 520,
	autoScale: false
    });
	
	
    $("a.newsletter").fancybox({
	padding: '0',
	type: 'iframe',
	width: 400,
	titleShow: false,
	height: 153
    });
	
	
    $("a.contact").fancybox({
	'width'				: 464,
	'height'			: 455,
	'autoScale'     	: false,
	'transitionIn'		: 'none',
	'transitionOut'		: 'none',
	'type'				: 'iframe',
	'padding': '0',
	'titleShow'         : false
    });

    $('#navigation li a.active').parent('li').css('background', 'transparent url(images/bg_div.gif) no-repeat 100% 50%');
    $('#navigation li a.active').css('background', '#000 none');
    
});
