
div.share_bar_buttons {
    position: absolute;
    bottom: 0px;
    right: 14px;
}
div.share_bar_buttons div.share_toolbar_button {
    position: relative;
    float: left;
    margin-right: 5px;
}
/*--------------------------------------------
    INNER STROKE DIVS WITH ROUNDED CORNERS
---------------------------------------------*/
div.share_bar_buttons .inner {
    background: linear-gradient(to bottom,  #46463F 0%,#242422 100%);
    padding:7px;
    border-top:1px solid #5c5d58;
    border-right:1px solid #5c5d58;
    border-left:1px solid #5c5d58;
} 
div.share_bar_buttons .inner_white {
    padding: 5px;
}




/*--------------------------------------------
    SHARE MENUS
---------------------------------------------*/
.share_toolbar {
    float:right;
    border-radius: 4px 4px 0px 0px; 
    margin-right:20px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #323232;
    behavior: url(styles/PIE.htc);    
}
.share_toolbar ol, .share_toolbar ul {
    list-style: none;
    /* overflow:hidden; */
    padding-left:0px;
    margin:0px;
}
.share_toolbar ol li, .share_toolbar ul li {
    float: left;
    border-right: none;
    margin-right: 0px;
}
.share_toolbar ol li div.click_button, .share_toolbar ul li div.click_button,
.share_toolbar ol li a, .share_toolbar ul li a{
    color:#d9d9d8;
    text-decoration:none;
}
.share_toolbar div.click_button:hover,
.share_toolbar a:hover {
    color:white !important;
}
.share_toolbar ol li:last-child a, .share_toolbar ul li:last-child a {
    padding: 0;
}
.share_toolbar ol li a:hover, .share_toolbar ul li a:hover {
    color:white;
    text-decoration: none !important;
}
.FBConnectButton_Simple .FBConnectButton_Text_Simple {
    text-decoration:none !important;
}
li#mesonet_site {
    border-right:1px solid #3d3d38;
}
.share_toolbar .superfish li {
    position: relative;
}
.share_toolbar .superfish li * {
    padding: 0 5px;
}
.share_toolbar .superfish li:hover > ul {
    display:block;
}
.share_toolbar .superfish ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display:none;
    position: absolute;
    top: 24px;
    left: -10px;
    z-index:99999;
    background: #f0f3eb;
    border:1px solid #cdd2c7;
}
.share_toolbar .superfish ul li {
    float:none;
    list-style: none;
    display:block;
    margin:0;
    padding:0;

}
.share_toolbar .superfish ul a {
    padding: 15px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    border-bottom: 1px solid #cdd2c7;
    text-decoration:none !important;
}
.share_toolbar .superfish ul a:hover {
    z-index:99999;
    background:#cedce9;
    color: #5571be;
}
.share_toolbar .superfish ul li:first-child a:after
{
    content: '';
    position: absolute;
    left: 20%;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #c7cec3;
}
.green.share_toolbar, .green.share_toolbar.inner {
    border: 1px solid #b6c791;
    border-bottom:1px solid #323232;
    background: linear-gradient(to bottom,  #a3ca4c 0%,#6e921c 100%);
    box-shadow:  0px 0px 0px 0px rgba(109, 110, 103, 1);
}
.green.share_toolbar div.click_button,
.green.share_toolbar a {
    color:#3e5706;
    border-right:none;
}
.green.share_toolbar div.click_button:hover,
.green.share_toolbar a:hover {
    color: #25390b;
}
.green.share_toolbar > ul li:first-child {
    border-right: none;
}