/* Author: 
	Stef Pause
*/
$.noConflict();

jQuery(document).ready(function($) {
$("ul.sf-menu").superfish();
// For IE6, which doesn't support native :first-child
//$("#footer .footernav ul li:first-child").css("border-left", "0");
});

