#catbox, #yearbox {
    position: relative;
    background: #fff;
    height: 29px;
    font-weight: bold;
    font-size: 11px;
    color: #77787b;
}
#catbox {
    text-align: center;
}
.year_container {
    position: absolute;
    top: 0;
    left: 40px;
    height: 29px;
    width: 225px;
    overflow: hidden;
}
#year_list {
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 29px;
}
.year_container a:link, .year_container a:active, .year_container a:visited {
    display: block;
    height: 29px;
    padding: 0 6px 0 0;
    float: left;
    color: #97999d;
    text-decoration: none;
    line-height: 29px;
}
.year_container a:hover,
.year_container a.active:link, .year_container a.active:active, .year_container a.active:visited {
    color: #dd4021;
}

#yearbox a.back:link, #yearbox a.back:active, #yearbox a.back:visited,
#yearbox a.forward:link, #yearbox a.forward:active, #yearbox a.forward:visited {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 40px;
    height: 25px;
    padding: 0;
    background: url(../images/cal_prev.gif) no-repeat;
    text-indent: -9000px;
    outline: none;
}
#yearbox a.forward:link, #yearbox a.forward:active, #yearbox a.forward:visited {
    left: auto;
    right: 0;
    background: url(../images/cal_more.gif) no-repeat;
}

#catbox a:link, #catbox a:active, #catbox a:visited {
    padding: 0 6px 0 0;
    text-decoration: none;
    line-height: 29px;
}
#catbox a:hover,
#catbox a.active:link, #catbox a.active:active, #catbox a.active:visited {
    color: #dd4021;
}
