.childsitemap ul{
    list-style: none;
    margin: 0; padding: 0;
    }

.sub-nav a.AspNet-TreeView-Collapse,
.sub-nav a.AspNet-TreeView-Expand,
.sub-nav a.AspNet-TreeView-Collapse:hover,
.sub-nav a.AspNet-TreeView-Expand:hover{	
	float: left;
	min-width: 15px;
	padding-right: 5px;
	background-position: left center;
	text-decoration: none;
		}
	
.sub-nav a.AspNet-TreeView-Collapse { background-image: url('images/collapse.gif');}
.sub-nav a.AspNet-TreeView-Expand { background-image: url('images/expand.gif'); }
.subs.AspNet-TreeView-Hide {display:none;}

ul.sub-nav  ul.subs{margin-left: 20px;}

.sitemap ul.sub-nav  ul.subs{margin-left: 20px;}

.sub-nav .tree-root{padding-left: 20px;}

.sub-nav .tree-root + .tree-leaf { padding-left: 20px; }

@media only screen and (min-width:767px) and (max-width:980px) 
{
    .panelwrapper.childpagesitemapmodule .moduletitle {
display: none;}
}