/*#outer .PageTitle
{
	background: url('/METRO/Images/SiteMapHeadImage.gif') no-repeat;
	background-position: right;
	background-color:#98CCFE; 
} 
.PageContent
{		
}
*/
#rightcol
{
	display: none;
}
.SiteMapList
{	
	float:left;
	list-style:none;	
	text-align:left;
	margin-left:5px;
	padding-right: 20px;
	margin-bottom:20px;
}

.SiteMapListNewLine
{
	clear:left;
	float:left;
	list-style:none;	
	text-align:left;
	margin-left:5px;
	margin-bottom:20px;
	padding-right: 20px;
}

#SiteMapContainer
{	
	padding: 10px;
	height: 100%;	
}
#SiteMapContainer a
{
	color:Black;
}
#SiteMapContainer UL
{	
	width:170px;	
}
#SiteMapContainer UL LI
{
	font-weight:bold;
	font-size:12pt;
	margin:0px;	
	padding:0px;
	
}
#SiteMapContainer UL LI UL
{
	margin-left:0px;
}
#SiteMapContainer UL LI UL LI
{
	list-style:none;	
	font-weight:normal;
	font-size:10pt;			
	margin-bottom:1px;	
}
#SiteMapContainer UL LI UL LI a
{
	text-decoration:none;
}
#SiteMapContainer UL LI UL LI a:hover
{
	text-decoration:underline;
}