﻿/*
Description: Styles for the SiteMapPath control.
*/
@media screen
{
.MGLMSiteMapPath
{
    clear: both;    
    margin: 0 20px 0 0;
    z-index: 999;
}

.SiteMapPathPanel
{
    height: 24px;
    text-align: right;
}

.MGLMSiteMapPath a.node
{
    font-size: 95%;
}

.MGLMSiteMapPath span
{
    font-size: 95%;
    color: #50A05F;
    font-weight: normal;
}

.MGLMSiteMapPath a:link,
.MGLMSiteMapPath a:hover,
.MGLMSiteMapPath a:active,
.MGLMSiteMapPath a:visited
{
    font-size: 95%;
}
}

@media print
{
    .MGLMSiteMapPath
    {
        visibility: hidden;
    }
}