/************************/
/* skin.css.js          */
/* unsere-weltreise.net */
/************************/
/* copyright            */
/* www.streeck.com      */
/************************/
/* Ver 1.0.1            */
/*        20050420.2300 */
/************************/

if (bs_ie)
{
	document.writeln(' <style type="text/css">');

	document.writeln("  #menu-main ul li.home a { border-left:none; }");

	if (bs_vermajor <= 5)
	{
	}

	if ((bs_verfull >= 5.5) && (window.location.protocol == "http:"))
	{
	}
	
	document.writeln(' </style>');
}

