

/* This is the first level text */
.RadSiteMap_CDRSite .rsmLink, .RadSiteMap_CDRSite .rsmTemplate
{
	font: 10px/12px arial, sans-serif !important;
	border-bottom: 0;
	color: #FFFFFF !important;
	font-weight: normal !important;
}

/* This is the first level hover */
.RadSiteMap_CDRSite .rsmLink:hover
{
	color: #CFD9E3 !important;
	text-decoration: none;
	/*cursor: default !important;*/
}

/* This is the second level text */
.RadSiteMap_CDRSite .rsmLevel2 .rsmLink, .RadSiteMap_CDRSite .rsmLevel2 .rsmTemplate, .RadSiteMap_CDRSite .rsmThreeLevels .rsmLevel1 .rsmLink, .RadSiteMap_CDRSite .rsmTwoLevels .rsmLevel1 .rsmLink
{
	font: 12px/14px arial,sans-serif !important;
	color: #DDDDDD !important;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	margin-left:-3px;
}

/* this is the second level hover */
.RadSiteMap_CDRSite .rsmLevel2 .rsmLink:hover, .RadSiteMap_CDRSite .rsmThreeLevels .rsmLevel1 .rsmLink:hover, .RadSiteMap_CDRSite .rsmTwoLevels .rsmLevel1 .rsmLink:hover
{
	/*color: #FF00FF !important;*/
	text-decoration: underline !important;
}

