I'm trying to figured out how to separately format sitemapnodes which do not have a URL associated. Here's a code example:
<siteMapNode title="TheThingIWantFormattedSeparately">
<siteMapNode url="~/pages/customer.aspx" title="Customer"/>
<siteMapNode url="~/pages/contract.aspx" title="Contract"/>
So I'm wanting the FIRST sitemapnode to look different than the other sitemapnodes. Is this possible? I'm digging around but am not finding much out there.