/* CSS style sheet for the site map at nwasoft.com */

table.sitemap {
	border: 0;
	/* width: 95%; */
	}

table.sitemap td {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: left;
	font-size: 90%;
	}

table.sitemap td.small {
	font-size: 80%;
	padding-top: 3px;
	}

img.sitemap-tree {
	border: 0;
	vertical-align: top;
	}

table.sitemap td a:link { 
	color: #0066CC;
	text-decoration: none;
	}
table.sitemap td a:active { 
	color: #CC3300;
	text-decoration: none;
	}
table.sitemap td a:visited { 
	color: #000000;
	text-decoration: none;
	}
table.sitemap td a:hover { 
	color: #CC3300;
	text-decoration: underline;
	}

/* New styles for 2007 */
div.sitemap {
	border: none;
	}
div.sitemap ul {
	/* border: 1px dotted red; */
	margin: 3px 0;
	padding: 0;
	padding-left: 1.5em;
	list-style: square;
	list-style-image: url("images/bullet-sitemap.png")
	}

div.sitemap li {
	margin: 0;
	padding: 0;
	/* border: 1px dotted green; */
	}

div.sitemap ul.titles li {
	font-size: 85%;
	}



