﻿@media only screen and (min-width: 1024px) and (max-width: 1365px) {
    #navigation li > a {
        background-image: url(images/nav_divider.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
        font: 16px/16px "Cambo", Georgia, Times, "Century Schoolbook L", serif;
        width: 80px;
        padding: 33px 5px 17px 15px;
        border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -webkit-border-radius: 0 0 3px 3px;
    }
}
