@media screen{

ul { margin: 15px 5px 15px 25px; }

li  {
	list-style-type : none;
	margin: 5px;
	background : url(../images/sitemap/sitemapdocbullet.gif) no-repeat center left;
	padding-left: 20px;
}
li.parent {
	background : none;
	list-style-type : none;
	margin: 5px;
	padding-left: 0px;
}

h2.sitemap, h2.maximise, h2.minimise
	{
	background : url(../images/sitemap/maximise.gif) no-repeat center left;
	cursor : default;
	border: 0px;
	font-size: 140%;
	color: #397BB5;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	}

h2.minimise
	{
	background : url(../images/sitemap/minimise.gif) no-repeat center left;
	}

}
