/*
 * CSS for Standard tree layout
 * Copyright (C) 2005 SilverStripe Limited
 * Feel free to use this on your websites, but please leave this message in the fies
 * http://www.silverstripe.com/blog
 */
 
ul.tree{
	width: auto !important;
	padding-left : 0px !important;
	margin-left : 0px !important;
	position: relative !important;
	top:-30px !important;
	left:-4px !important;
}

ul.tree img{
  border : none;
}
ul.tree {
	

}


ul.tree, ul.tree ul {
  padding-left: 0 !important;
  
}

ul.tree ul {
	margin-left: 16px;
    
}
ul.tree ul ul{
  margin-left: 16px;
    
}
ul.tree li.closed ul {
  display: none;
}


ul.tree li {
	list-style: none !important;
	display: block;
	width: auto;
	background-image: url(../images/sitemaph1.png) !important;
	
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 15px !important;
  /* background-color:#FFFFFF; */
}
ul.tree  li.a {
	list-style: none;
	background: url(../images/sitemap/i-repeater-d.gif) 0 0 repeat-y !important;;
	display: block;
	width: auto;
	padding-left: 0px;

  /* background-color:#FFFFFF; */
}
ul.tree  li.last {
	list-style: none;
	display: block;
	width: auto;
	background-image: url(../images/sitemaph1.png) !important;;
	background-repeat: no-repeat;
	background-position: 0 0 !important;;
  /* background-color:#FFFFFF; */
}
ul.tree li li{
	list-style: none;
	background: url(../images/sitemap/i-repeater-d.gif) 0 0 repeat-y !important;;
	display: block;
	width: auto;
	padding-left: 0px;
}
ul.tree li li li{
	list-style: none;
	background: url(../images/sitemap/i-repeater-d.gif) 0 0 repeat-y !important;; 
	display: block;
	width: auto;
}




ul.tree li li.last {
  list-style: none;
  background-image: none !important;;
}

/* Span-A: I/L/I glpyhs */
ul.tree span.a {
  /*background: url(../images/sitemap/t.gif) 0 50% no-repeat; */
  display: block;
}
ul.tree .a .b .c a {
	color: #FFFFFF;
	text-decoration: none;
}
ul.tree  ul  .a  .b  .c a {
	color: #000000;
}

ul.tree span.a.last {
  /* background: url(../images/sitemap/l.gif) 0 50% no-repeat; */
}

/* Span-B: Plus/Minus icon */
ul.tree span.b {
}
ul.tree span.a.children span.b {
  background: url(../images/sitemap/minus.gif) 0 50% no-repeat;
  cursor: pointer;
}
ul.tree li.closed span.a.children span.b {
  background: url(../images/sitemap/plus.gif) 0 50% no-repeat;
  cursor: pointer;
}

/* Span-C: Spacing and extending tree line below the icon */
ul.tree span.c {
  margin-left: 16px;
}
ul.tree span.a.children span.c {
  /* background: url(../images/sitemap/i-bottom.gif) 0 50% no-repeat; */
}
ul.tree span.a.spanClosed span.c {
  background-image: none;
}


/* Anchor tag: Page icon */
ul.tree a  {
	white-space: nowrap;
	overflow: hidden;
	padding: 10px 0px 10px 18px;
	line-height: 16px;
	background: url(../images/sitemap/page-file.png) 0 50% no-repeat;
	color: #FFFFFF;
}
ul.tree span.a.children a {
  background-image: url(../images/sitemap/page-openfoldericon.png);
}
ul.tree span.a.children.spanClosed a {
  background-image: url(../images/sitemap/page-foldericon.png);
}

/* Unformatted tree */
ul.tree.unformatted li {
  background-image: none;
  padding-left: 16px;
}
ul.tree.unformatted li li {
  background-image: none;
  padding-left: 0px;
}

/*
 * Divs, by default store vertically aligned data
 */

ul.tree li div {
  float: right;
  clear: right;
  height: 1em;
  margin-top: -26px;
}
/* As inside DIVs should be treated normally */
ul.tree div a  {
  padding: 0;
  background-image: none;
  min-height: auto;
  height: auto;
}

ul.tree li A:link, ul.tree li A:hover, ul.tree li A:visited {
  color : #111111;
}


ul.tree li .over{
  background-color : pink;
}
