﻿.WCSiteMapStyle
{
	font-size: small;
	background-color: #fff;
}

.WCSiteMapStyle ul
{
	padding-left: 5px;
	margin-left: 15px;
	list-style-type: none;
	list-style-image: url(../../Images/page.gif);
	text-indent: 0;
}

.WCSiteMapStyle ul li
{
	text-indent: 0;
}

.WCSiteMapStyle ul li a
{
	text-decoration: none;
	color: Navy;
}

.WCSiteMapStyle ul li a:hover
{
	font-weight: bold;
}

.WCSiteMapStyle ul li a:visited
{
	color: Navy;
}

.WCSiteMapTitleStyle
{
	text-align: left;
	font-size: small;
	font-weight: bolder;
	background-color: white;
	/*border: solid 2px #CCCCFF; */
}

.WCSiteMapItemHiddenStyle
{
	display: none;
}