document.write('\
	<style type="text/css" media="screen">\
		img { behavior: url(' + jsPathto + 'scripts/iepngfix.htc); }\
		.content_bg, #toolbar_horizontal ul li a:hover, #toolbar_horizontal ul li.current, #toolbar_horizontal ul li.currentAncestor { background-image: none; }\
		.tbh_bg { border-bottom-style: none; }\
		body { line-height: 1.7em; }\
		h1{ font-size: 2em; }\
		h2 { font-size: 1.5em; }\
		h3 { font-size: 1.2em; }\
		h4 { font-size: 1em; }\
		h5 { font-size: 0.8em; }\
		h6 { font-size: 0.7em; }\
		#toolbar_vertical li { zoom: 1; }\
		#toolbar_vertical ul ul ul { margin: 3px 0; padding-bottom: 10px; }\
	</style>\
');

/* jQuery love to possition first triangle in IE6 */
jQuery.noConflict();
jQuery(document).ready(function($){
	$(".downtriangle:first").css({"postition": "relative", "line-height": "29px", "top": "70px"});
});