.menuTileHome
{
    float: left;
    padding: 2px 15px 1px 15px;
    border-bottom: solid 1px #000000;
}

.menuTile
{
    float: left;
    padding: 15px 15px 14px 15px;
    border-bottom: solid 1px #000000;
}

.menuTileActive
{    
    float: left;
    padding: 14px 14px 14px 14px;
    background-color: #c4a669;
    font-weight: bold;
    border: solid 1px #000000;
}

.menuTileRight
{
    float: right;
}

.menuLink
{
    color: #000000;
    font-weight: bold;
}

.menuLink:hover
{
    color: #56969f;
    font-weight: bold;
}

.menuLine
{
    width: 100%;
}

.tileLink
{
    color: #000000;
    font-size: 18pt;
    font-weight: bold;
}

.tileLink:hover
{
    color: #56969f;
    font-size: 18pt;
    font-weight: bold;
}

