#arrows {
    width: 100%;
    list-style-type: none;
    position: relative;
    top: -90px;
    margin-bottom: -90px;
    height: 163px;
}

#arrows li {
    float: left;
    list-style-image: none;
}

#arrows li a:link, #arrows li a:visited {
    /*text-indent: -9999em;*/
    color: #666666;
    display: block;
    height: 93px;
    padding: 70px 10px 0 90px;
}

#arrows li a:hover {
    color: #000000;
    text-decoration: none;
}

#arrows li a span {
    display: none;
}

#arrows li.logoDesign a {
    /*width: 249px;*/
    width: 149px;
    background-image: url(/images/style/logoDesign.png);
}

#arrows li.fullBuild a {
    /*width: 243px;*/
    width: 143px;
    background-image: url(/images/style/fullBuild.png);
}

#arrows li.siteRevamp a {
    /*width: 242px;*/
    width: 142px;
    background-image: url(/images/style/siteRevamp.png);
    text-indent: 15px;
}

#arrows li.siteRepair a {
    /*width: 269px;*/
    width: 169px;
    background-image: url(/images/style/siteRepair.png);
}