/* CSS for sitemap.html - sitemap.css

	Author: Robert Cooper
	Company: AB Components Ltd
	Created: 17/12/2008
	
	Last modified by: Robert Cooper
	Last modified on: 17/12/2008
*/

div#page_body_sitemap {
	width:980px;
	padding:0;
	margin-right:auto;
	margin-left:auto;}

a#page_nav {
	font-style:none;}

a#page_nav:link {
	color:#2020ff;
	text-decoration:none;}

a#page_nav:visited {
	color:#990088;
	text-decoration:none;}

a#page_nav:active {
	color:#2070ff;
	font-weight:bold;
	text-decoration:underline;}

a#page_nav:hover {
	background-color:#ffd020;
	font-weight:bold;
	text-decoration:underline;}

/* LIFTED FROM http://wordpress.betech.virginia.edu/index.php/2007/10/03/css-sitemap/ */

#abc_sitemap {
 font:normal 16px Arial,sans-serif;
 overflow:hidden;
}
#abc_sitemap ul {
 list-style:none;
 margin:0;
 padding:0;
}
#abc_sitemap li {
 list-style-image:none;
 background-color:#eee;
 margin:0 0 -0.1em;
 min-height:1em;
 padding:.2em .4em;
 position:relative;
 width:9em;
}
#abc_sitemap ul ul {
 font-size:90%;
 margin-top:-1.4em;
}
#abc_sitemap ul ul li {
 background:#ddd;
 border-top:0.5em solid #fff !important;
 border-left:0.5em solid #66c;
 left:10.4em;
}
#abc_sitemap ul ul ul li {
 background:#ccc;
 border-color:#9c3;
}
#abc_sitemap ul ul ul ul li {
 background:#bbb;
 border-color:#c93;
}
#abc_sitemap ul ul ul ul ul li {
 background:#999;
 border-color:#c33;
 color:#fff;
}

