/* jQuery love to make triangles in IE */
jQuery.noConflict();
jQuery(document).ready(function($){
	$(".downtriangle").html("\u25BC");
});