﻿
.tier1Sitemap a
{
	color: #22a28e;
	width:150px;
	display:block;
	margin-top:10px;
	padding-left:15px;
	background-image: url(/app_themes/bowater/images/nav_plus.gif);
	background-repeat: no-repeat;
	margin-bottom:5px;
	font-weight:bold;
}

.tier2Sitemap a
{
	color: #22a28e;
	width: 150px;
	display: block;
	margin-top: 10px;
	padding-left: 30px;
	background-image: url(/app_themes/bowater/images/nav_minus.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-weight: bold;
	background-position-x: 15px;
}
.tier3Sitemap a
{
	color: #22a28e;
	width: 150px;
	display: block;
	margin-top: 10px;
	padding-left: 45px;
	background-image: url(/app_themes/bowater/images/nav_plus.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-weight: bold;
	background-position-x: 30px;
}
.tier4Sitemap
{
	color: #22a28e;
	width: 150px;
	display: block;
	margin-top: 10px;
	padding-left: 60px;
	background-image: url(/app_themes/bowater/images/nav_minus.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	font-weight: bold;
	background-position-x: 45px;
}