#home {
    margin: 0 auto;
    width: 90%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

#navList a:hover {
    text-decoration: none;
    color: #99cc33;
}

.catListTitle {
    font-weight: bold;
    line-height: 1.2;
    font-size: 2.35em;
    margin-bottom: 10px;
    padding: 10px 0 10px 14px;
    background-color: #f7f7f7;
    border-left: 10px solid #99cc33;
}

#navList a {
    display: block;
    width: 5em;
    height: 22px;
    float: left;
    text-align: center;
    padding-top: 14px;
    font-size: 15px;
}