#SITEMAP a {
	color: #0033CC;
	text-decoration: none;
}

#SITEMAP ul li{
	font-size: 14px;
	list-style-type: none;
	line-height: 160%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9966;
	margin-right:20px;
}
#SITEMAP ul li ul li{
	list-style-image: url(cms/template/images/li.gif);
	list-style-position: inside;
	font-size: 12px;
	border-bottom-style: none;

}
#SITEMAP ul li ul li ul li{
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
