/* siteMap styles */
.siteMap  
{
	font-family: Arial;
	font-size: 16px;
	overflow: hidden;
	position: relative;	
	margin-left: 0px;
	margin-top: 0px; 
}
.sitePathSeparator
{
		font-weight: bold;
		color: #1C5E55;
}
.siteCurrentNode
{
		color: #333333;
}
.siteNodeStyle
{
		font-weight: bold;
		color: #0C5590;
}
.siteRootNode
{
		font-weight: bold;
		color: #4E678F;
}

