#topnavbar {
    width: 100%;
    height: 41px;
    _height: 35px;
    background: url(topnbg.png) 0 -30px repeat-x;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    _top: expression(this.scrollTop=document.documentElement.scrollTop);
}

#topnanv {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    margin: 0 auto;
}

#anvlfteb {
    float: left;
    height: 35px;
    position: relative;
    padding: 0 1px;
}

.defu a, .posbox a {
    display: block;
    padding: 0px 0px;
    color: #ff9900;
    text-decoration: none;
}

    .defu a:hover, .posbox a:hover {
        color: #ff9900;
        text-decoration: none;
    }

.defu {
    background: #111;
    float: left;
}



.posbox {
    position: relative;
    float: left;
    width:110px;
}

.posbox a {
    padding: 0px 0px 0px 0px;
}

.posbox i {
    width: 9px;
    height: 14px;        
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
}



#topnanv .anvh i {
    background-position: 0 -100px;
}

.posiabox {
    position: absolute;
    top: 32px;
    left: 1px;
    display: none;
    padding-top: 2px;
}

#seledbox {
    width: 114px;
    border-radius: 15px 0;
    z-index: 9999;
}

    #seledbox div {
        background: #FFF;
        box-shadow: 0 0 8px #999;
        border: 1px solid #999;
        font-size: 12px;
        padding: 1px 0;
        overflow: hidden;
        border-radius: 15px 0;
    }

    #seledbox a {
        color: #444;
        text-decoration: none;
        width: 110px;
        overflow: hidden;
        display: block;
        line-height: 10px;
        padding: 6px 0 3px 5px;
        border-bottom: 1px dotted #DDD;
    }

        #seledbox a:hover {
            background: #EEE;
        }

    #seledbox img {
        float: left;
        margin-left:11px;
    }

