﻿/* sub_header.ascx links */
a.SubLinks:link
{
    text-decoration:none;
    font-family:Sans-Serif;
    font-size:14px;
    color:#ffffff;
}
a.SubLinks:active
{
    text-decoration:none;
    font-family:Sans-Serif;
    font-size:14px;
    color:#ffffff;
}
a.SubLinks:visited
{
    text-decoration:none;
    font-family:Sans-Serif;
    font-size:14px;
    color:#ffffff;
}
a.SubLinks:hover
{
    text-decoration:underline;
    font-family:Sans-Serif;
    font-size:14px;
    color:#ffffff;
}

/* Active/Selected Link */
a.SubLinksActive:link
{
    text-decoration:none;
    font-family:Sans-Serif;
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
}
a.SubLinksActive:active
{
    text-decoration:none;
    font-family:Sans-Serif;
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
}
a.SubLinksActive:visited
{
    text-decoration:none;
    font-family:Sans-Serif;
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
}
a.SubLinksActive:hover
{
    text-decoration:underline;
    font-family:Sans-Serif;
    font-size:18px;
    color:#ffffff;
    font-weight:bold;
}
