/* CSS Document */

#sitemap-box{
	padding:0px;
	margin-bottom:32px;
	margin-top:22px;
	font-size:13px;
	}
#sitemap-box h2{
	font-size:25px;
	color:#000000;
	padding:0px 0px 20px 0px;
	line-height:normal;
	margin:0px;
	font-weight:normal;
	border:none;
	background:none;
	}	
#sitemap-box .treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0 0 0 10px;
}

#sitemap-box .treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(../images/list-icon.jpg) no-repeat left center;
list-style-type: none;
padding-left: 15px;
width:0px;
}

#sitemap-box .treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
padding:0px;
margin:0px;
padding-top:3px;
color:#000;
}

#sitemap-box .treeview li a:hover{
	color:#ffac29;
	}
#sitemap-box .treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/closed.gif) no-repeat left 6px;
padding-left:20px;
/*padding-bottom:2px;*/
padding-top:5px;
/*cursor: hand !important;
cursor: pointer !important;*/
}
#sitemap-box .treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
color:red;
}

#sitemap-box .treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

#sitemap-box .treeview .submenu ul li a{
	color:#a70e09;
	display:block;
	text-decoration:none;
	}

#sitemap-box .treeview .submenu ul li a:hover{
	color:#a70e09;
	text-decoration:underline;
	}u ul li a:hover{
	color:#a70e09;
	text-decoration:underline;
	}