﻿@charset "UTF-8";


table {
	margin:0px 0px 20px 0px;
}

td {
	background:url(../img/bg_sitemap.png) repeat-y left;
	font-size:110%;
	padding:20px 20px 200px 20px;
}
* html td {
	behavior: expression(
	this.style.behavior || (
	this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
	this.style.backgroundImage = "none",
	this.style.behavior = "none"
	)
	);
}


div.sitemap_left {
	position:relative;
	color:#009fb9;
}

div.sitemap_right {
	position:relative;
	color:#915da3;
}


