﻿.FooterMenu
{
    white-space: nowrap;
    padding-top: 10px;
    border-top: solid #ccc 1px;
}

.FooterMenu a:link, .FooterMenu a:visited
{
    font-weight: bold;
    color: #000;
    padding: 0px 5px;
}

.FooterMenu a:hover
{
    color: #ff6600;
    text-decoration: none;
}

a:link#CollectionLink1, a:visited#CollectionLink1, a:hover#CollectionLink1
{
    background-image: url(Images/Footer/Collection1.png);
    background-repeat: no-repeat;
    width: 310px;
    height: 166px;
    display: block;
    float: left;
    text-decoration: none;
}

a:link#CollectionLink2, a:visited#CollectionLink2, a:hover#CollectionLink2
{
    background-image: url(Images/Footer/Collection2.png);
    background-repeat: no-repeat;
    width: 310px;
    height: 166px;
    display: block;
    float: left;
    text-decoration: none;
}

a:link#CollectionLink3, a:visited#CollectionLink3, a:hover#CollectionLink3
{
    background-image: url(Images/Footer/Collection3.png);
    background-repeat: no-repeat;
    width: 310px;
    height: 166px;
    display: block;
    float: left;
    text-decoration: none;
}