
#kwick {
    position: relative;
    padding: 0 20px 0 0px; 
}

#kwick .kwicks {
    display: block;
    height: 45px;
    background: url(../images/menu-filler.gif) top right no-repeat;
}

#kwick li {
    float: left;
}

#kwick .kwick {
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 45px;
    width: 150px;
    padding: 0 15px 0 0;
    background: #fff;
}

#kwick .kwick span {
    display: none;
}

#kwick .home {
    background: url(../images/menu-home.gif) top left no-repeat;
}

#kwick .blog {
    background: url(../images/menu-blog.gif) top left no-repeat;
}

#kwick .photos {
    background: url(../images/menu-photos.gif) top left no-repeat;
}

#kwick .books {
    background: url(../images/menu-books.gif) top left no-repeat;
}

#kwick .calendar {
    background: url(../images/menu-calendar.gif) top left no-repeat;
    border-right: 0;
}
