﻿.MenuSubMenu
{
    text-align: left;
    background-color: Transparent;
}
.MenuSubMenu a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: Transparent;
    text-decoration: none;
}
.MenuSubMenu a:visited
{
    text-decoration: none;
}
.MenuSubitem
{
    width: 125px;
    height: 28px;
    background-image: url('Images/Menu/SubButton.png');
    background-repeat: no-repeat;
    text-indent: 5px;
    display :table;
}
.MenuSubitem a
{
    color: #FFFFFF;
}
.MenuSubHover
{
    width: 125px;
    height: 28px;
    background-image: url('Images/Menu/SubButtonActive.png');
    background-repeat: no-repeat;
    text-indent: 10px;
}
.MenuSubHover a
{
    color: #F9C65F;
}
.MenuSubSelected
{
    width: 125px;
    height: 28px;
    background-image: url('Images/Menu/SubButtonCurrentPage.png');
    background-repeat: no-repeat;
    text-indent: 5px;
}
.MenuSubSelected a
{
    color: #000000;
}