.sitemaplinks {
	font: 12px Arial, Helvetica, sans-serif;
}

ul.sitemap *{
	list-style-type: none;
	color: #336633;
}

ul.sitemap{
	margin: 10px;
	padding: 0;
}
ul.sitemap li {
	margin: 6px 0 4px;
	padding: 0;
}

ul.sitemap ul{
	padding-left: 0px;
	margin: 0 0 20px;
}
ul.sitemap ul li{
}

ul.sitemap ul ul{
	padding-left: 30px;
	margin: 0 0 20px 0;
}
ul.sitemap ul ul li{
}

.sitemap a:link {
padding-left: 30px;
background-image: url('images/page1.gif');
background-repeat: no-repeat;
text-decoration: none;
}
.sitemap a:visited {
padding-left: 30px;
background-image: url('images/page3.gif');
background-repeat: no-repeat;
text-decoration: none;
}
.sitemap a:hover {
padding-left: 30px;
background-image: url('images/page2.gif');
background-repeat: no-repeat;
text-decoration: underline;
}
.Sitemap a:active {
padding-left: 30px;
background-image: url('images/page1.gif');
background-repeat: no-repeat;
text-decoration: none;
}

.sitemap ul a:link {
padding-left: 60px;
background-image: url('images/page1a.gif');
background-repeat: no-repeat;
text-decoration: none;
}
.sitemap ul a:visited {
padding-left: 60px;
background-image: url('images/page3a.gif');
background-repeat: no-repeat;
text-decoration: none;
}
.sitemap ul a:hover {
padding-left: 60px;
background-image: url('images/page2a.gif');
background-repeat: no-repeat;
text-decoration: underline;
}
.sitemap ul a:active {
padding-left: 60px;
background-image: url('images/page1a.gif');
background-repeat: no-repeat;
text-decoration: none;
}

