#PortalName{
		border:none;
		padding: 5px;		
		text-align: center;		
		font-weight: bold;
		background-color: transparent;
		margin-bottom: 0px;
	}
/*
 #################################################################################
	DECORATION:	LINES 
*/

#sitemap ul {
	margin-top: 0px;
	padding-left: 0px;
	background: url(gfx/vline.png) repeat-y;	
	}

#sitemap ul ul {	
	list-style:none;
	list-style-image:none;
	}

#sitemap li {
	list-style:none;
	list-style-image:none;
	background-color: white;
	background-image: none;
	background: url(gfx/node.png) no-repeat;
	margin-left: 0;
	padding-left: 1em;
	}

#sitemap .last {
	background: #fff url(gfx/lastnode.png) no-repeat;	
}


/*
	#################################################################################
	DECORATION:	DOTS 
	

#sitemap ul {		
	margin-left: 10px;
	list-style-image: none;
	list-style-type: square;
	background-image: none;
	}

#sitemap li {
	list-style-image: none;
	background-image: none;
	}
	
#sitemap .last {
	background-image: none;
}
	
*/

/*
	#################################################################################
	DECORATION:	no decoration 
	

#sitemap ul {		
	margin-left: 10px;
	list-style-image: none;
	background-image: none;
	list-style-type: none;
	}
	
#sitemap ul ul {
	background-image: none;
	}	

#sitemap li {
	background-image: none;
	list-style-image: none;
	}
#sitemap .last {
	background-image: none;
}

     ################################################################################
*/


#sitemap .treebutton {	
	background: none;
	margin: 0px;
	margin-top: 0px;
	margin-right:6px;
	padding: 0px;	
	width: 9px;
	height: 12px;
	text-align: center;
	float: left;
}

#sitemap .treebutton a{	
	text-decoration: none;
	font-weight: normal;
	text-align: center;	
	color: black;
	font-weight: bold;
}

#sitemap .treebutton a:HOVER{
	color: navy;
	text-decoration: none;
	font-weight: bold;
}



#sitemap a {
	text-decoration: none;
	font-weight: normal;	
	}

#sitemap a:hover {
	text-decoration: none;
	font-weight: normal;
	}

