div#divSiteMap {
	margin-top:10px;
}

div#divSiteMap div#leftColumn {
/*	background-color:#CCCCCC;
	border:1px solid black;*/
	float:left;
	clear:left;
	width:220px;
	margin-left:10px;
}

div#divSiteMap div#rightColumn {
/*	background-color:#CCCCCC;
	border:1px solid black;*/
	float:right;
	clear:right;
	width:220px;
	margin-right:20px;
}

div#divSiteMap ul {
	list-style-type:none;

	margin-bottom:10px;
	padding:0;
}
div#divSiteMap ul li.header{
	font-weight:bold;
	margin-left:-5px;
  font-size:1.4em;
}
div#divSiteMap ul li.header a{
	font-weight:bold;
	margin-left:-5px;
  font-size:1em;
}
h2 {
	clear : both;
	color : #00529b;
	font-family : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	}


h2.sitemap, h2.maximise, h2.minimise
	{

	background : url(images/maximise.gif) no-repeat center left;
	cursor : default;
	}

h2.minimise
	{
	background : url(images/minimise.gif) no-repeat center left;
	}

ul.sitemap
	{
	list-style-type : none;
	margin-left : 0.5cm;
	padding-left : 0;
	}

ul.sitemap li
	{
	background : transparent;
	padding-left : 1.1em;
	}

ul.sitemap li a
	{
	background : transparent url(../images/Icon_document_small.gif) no-repeat;
	/*margin-left : -1.1em;*/
	padding-left : 1.5em;
  font-size:1.1em;
	}

ul.sitemap li img
	{
	padding-right : 2px;
	}

/*ul.sitemap li a:hover
	{
	background : transparent url(/man/images/sitemapdocbullethover.gif) no-repeat;
	}*/

ul.sitemap li a.parent
	{
	background : transparent;
	padding-left : 0;
	font-size:.9em;
	/*font-weight:bold;*/
	}

ul.sitemap li ul
	{
	background : transparent /*url(../images/Icon_Folder_Small.gif)*/ no-repeat;
	list-style-type : none;
	margin : -1em 0 0 -1.6em;
	padding : 1.4em 0 0 0.6em;
	}

ul.sitemap li ul:hover
	{
	background : transparent /*url(/man/images/sitemapfolderbullethover.gif)*/ no-repeat;
	}

ul.sitemap li ul li
	{
	margin-left : 0.5cm;
	padding-left : 10px;
	}

