﻿/*-------------- SiteMap ---------------*/
.SiteMapview {
	list-style-type: none;
	display: inline-block;
	background: url(../Images/1337230021_go-home.png) no-repeat right 0;
	margin: 10px;
}
.SiteMapview li { margin: 0 20px 0 0; }
.SiteMapview li span {
	color: #333;
	padding-bottom: 4px;
	display: block;
}
.SiteMapview li a:hover { color: #069; }
.SiteMapview li ul li {
	list-style-type: none;
	text-indent: 20px;
	padding-top: 3px;
}
.SiteMapview li ul li span {
	background: url(../Images/folder-horizontal-open.png) no-repeat 95% 3px;
	list-style-type: none;
	text-indent: 20px;
	padding: 3px 14px 4px 0;
}
.SiteMapview li ul li span:hover { background: url(../Images/folder-open-document.png) no-repeat 95% 3px; }
.SiteMapview li ul li {
	background: url(../Images/treeview-red-line-rtl.gif) no-repeat right top;
	list-style-type: none;
}
