﻿.sitemap_background {
    background: #E4E4E4;
    width: 772px;
    padding: 10px 0 10px 0;
}

.sitemap_container {
	background: #FFF;
	width: 732px;
	margin: 0 10px 0 10px;
	padding: 0 10px 10px 10px;
}

.sitemap_container a:link { font-style: italic; text-decoration: underline; }
.sitemap_container a:visited { font-style: italic; text-decoration: underline; }
.sitemap_container a:active { font-style: italic; text-decoration: underline; }
.sitemap_container a:hover { font-style: italic; text-decoration: underline; }

ul.sitemap {
}

ul.sitemap ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.sitemap li {
	font: 14px Arial;
	list-style-type: none;
	line-height: 1.5;
  list-style-type: disc;
}

ul.sitemap ul li {
	font: 12px Arial;
	list-style-type: none;
	line-height: 1.5;
  list-style-type: disc;
}

ul.sitemap ul ul li {
	font: 10px Arial;
	list-style-type: none;
	line-height: 1.5;
  list-style-type: disc;
}
