
#block-fixedmenu-fixedmenu {
    clear: left;
    float: left;
    position: fixed;
    height: 32px;
    /*height: 40px;*/
    width: 960px;
    margin: 0;
    /*left: 0;*/
    top: 250px;
    background-color: #c8ec63;
    background-image: url('fixedmenu_back.png');
    display: none;
    z-index: 1;
}

#fixedmenu_wraper {
    margin: 0 auto;
    height: 32px;
    /*height: 40px;*/
    width: 960px;
    text-align: justify;    
}

.fixedmenu-link {
    float: left;
    width: 106px;
    height: 21px;
    padding-top: 10px;
    color: #3c550c;
    font-size: 10px;
    font-weight: bold;
    line-height: 12px;
    text-decoration: none;
    font-family: Tahoma;
    border-left: solid 1px #acc959;
    text-align: center;
}

.fixedmenu-first {
    border: none;
}

.fixedmenu-last {
    width: 104px;
}

.fixedmenu-link .wrap {
    margin: 0 auto;
    display: inline-block;
    heigth: 18px;
}

.fixedmenu-link .icon {
    float: left;
    width: 18px;
    height: 18px;
    margin: -3px 4px 0 0;
}

.fixedmenu-link:hover {
   background-color: #afcb60;    
}

.fixedmenu_line {
    float: left;
    width: 1px;
    height: 18px;
    background-color: #fff;
    margin-top: 7px;
}