﻿a.mapLink
{
	text-decoration: underline;
	color: Blue;
}

a:hover.mapLink {
	color: Purple;
	cursor: pointer;
}

.CMSSiteMapList a,
.CMSSiteMapList a:hover,
.CMSSiteMapList a:visited
{
	color: #215084;
	text-decoration: none;
}



