
/*CSS for site map */

#sitemap-box{
	padding:0px;
	margin:22px 0 0 0 ;

	}
	#sitemap-box .treeview 
	{
	margin:0px;
	padding:0px;
	}

#sitemap-box .treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0 0 0 0;
}

#sitemap-box .treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background:url(../images/open.jpg) no-repeat left center;
list-style-type: none;
padding-left: 15px;
display:block;
color:#c2c2c2;
font-weight:bold;
margin-bottom:8px;
float:left;
display:block;
clear:both;
}

#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:#6e6d6d;
font-weight:bold;
font-size:14px;
text-decoration:none;

}

#sitemap-box .treeview li a:hover{
	color:#804a02;
	}
#sitemap-box .treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background:url(../images/list-expand-dot.jpg) no-repeat left 8px;
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;
/*background:url(../images/bullet_icon.jpg) left no-repeat;*/
float:left;
display:block;
clear:both;

}

#sitemap-box .treeview .submenu ul li a{
	color:#7f592a;
	text-decoration:none;
	font-size:13px;
	
	}

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

#sitemap-box .treeview li.submenu ul li 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 ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
background:url(../images/bullet_icon.jpg) left no-repeat;
float:left;
display:block;
clear:both;
margin-left:5px;

}

#sitemap-box .treeview .submenu ul li ul li a{
	color:#7179a6;
	text-decoration:none;
	font-size:13px;
	}

#sitemap-box .treeview .submenu ul li ul li a:hover{
	color:#804a02;
	text-decoration:underline;
	}	
	
.submain {
	margin-top:10px; padding-left:5px; background:url(images/arrow.gif) 0px 3px no-repeat;
}
	
	
/*CSS for site map  ends*/

