#toolBoxShareMenu {
    z-index:100;
    position:relative;
    text-indent:0;
}

#toolBoxShareMenu img {
    vertical-align:middle;
    margin:0 5px 2px 0;
}

#toolBoxShareMenu .shareSubMenu {
    display:none;
    position:absolute;
    left:0px;
    top:22px;
    z-index:90;
}
*:first-child+html #toolBoxShareMenu .shareSubMenu {
    top:28px;
}
* html #toolBoxShareMenu .shareSubMenu {
    left:-12px;
}
#toolBoxShareMenu span.top {
    background:url('./img/article-social-icons/share_article-l2b.gif') 0 0 no-repeat;
    float:left;
    height:9px;
    width:153px;
    line-height:9px;
    font-size:1px;
}

#toolBoxShareMenu span.top span {
    background:url('./img/article-social-icons/share_article-rt.png') 100% 0 no-repeat;
    width:9px;
    height:9px;
    float:right;
    position:relative;
    right:-9px;
}

#toolBoxShareMenu span.bottom {
    background:url('./img/article-social-icons/share_article-lb.png') 0 0 no-repeat;
    float:left;
    height:9px;
    width:153px;
    line-height:9px;
    font-size:1px;
}

#toolBoxShareMenu span.bottom span {
    background:url('./img/article-social-icons/share_article-rb.png') 100% 0 no-repeat;
    width:9px;
    height:9px;
    float:right;
    position:relative;
    right:-9px;
}

#toolBoxShareMenu ul {
    margin:0px 0 0;
    padding:0;
    float:left;
    width:140px;
}
#toolBoxShareMenu ul li {
    background:url('./img/article-social-icons/share_article-c.png') 0 0 repeat-y;
    margin:0;
    padding:0 5px 0 5px;
    width:152px;
    float:left;
    height:26px;
    display:block;
}


#toolBoxShareMenu ul li a {
    display:block;
    background:white;
    width:115px;
    height:24px;
    line-height:24px;
    padding:0 0px 0 25px;
    margin:0 5px;
    border:1px solid #fff;
    position:relative;
    text-decoration:none;
}
* html #toolBoxShareMenu ul li a {

    padding-top:3px;
    height:21px;
    line-height:21px;
}
#toolBoxShareMenu ul a:hover {
    text-decoration:none;
    background:#f6f6f6;
    border:1px solid #c0c0c0;
}
