
div.share_bar_buttons {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
div.share_bar_buttons div.share_toolbar_button {
    position: relative;
    float: left;
    margin-right: 1px
}
div.share_bar_buttons div.share_toolbar_button.last_button {
    margin-right: 14px;
}
/*--------------------------------------------
    INNER STROKE DIVS WITH ROUNDED CORNERS
---------------------------------------------*/
div.share_bar_buttons .inner {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: #494942; /* Old browsers */
    background: -moz-linear-gradient(top,  #46463F 0%, #242422 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#46463F), color-stop(100%,#242422)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #46463F 0%,#242422 100%);
    background: -o-linear-gradient(top,  #46463F 0%,#242422 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #46463F 0%,#242422 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #46463F 0%,#242422 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46463F', endColorstr='#242422',GradientType=0 ); /* IE6-9 */
    padding:7px;
    border-top:1px solid #5c5d58;
    border-right:1px solid #5c5d58;
    border-left:1px solid #5c5d58;
    behavior: url(styles/PIE.htc);
} 
div.share_bar_buttons .inner_white {
    padding: 5px;
}




/*--------------------------------------------
    SHARE MENUS
---------------------------------------------*/
.share_toolbar {
    float:right;
    border-radius: 4px 4px 0px 0px; 
    -moz-border-radius: 4px 4px 0px 0px; 
    -webkit-border-radius: 4px 4px 0px 0px;
    margin-right:20px;
    /* overflow:hidden; */
    position: absolute;
    right: 0;
    bottom: 0;
    /*-webkit-box-shadow:  -1px -1px 1px 0px rgba(109, 110, 103, 1);*/
    /*box-shadow:  -1px -1px 1px 0px rgba(109, 110, 103, 1);*/
    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:first-child, .share_toolbar ul li:first-child {

    margin-right: 6px;
}
.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;
    padding: 0px 10px 0px 0px;
}
.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: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: #a3ca4c; /* Old browsers */
    background: -moz-linear-gradient(top,  #a3ca4c 0%, #6e921c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3ca4c), color-stop(100%,#6e921c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #a3ca4c 0%,#6e921c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #a3ca4c 0%,#6e921c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #a3ca4c 0%,#6e921c 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #a3ca4c 0%,#6e921c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3ca4c', endColorstr='#6e921c',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:  0px 0px 0px 0px rgba(109, 110, 103, 1);
    box-shadow:  0px 0px 0px 0px rgba(109, 110, 103, 1);
    behavior: url(styles/PIE.htc);
}
.green.share_toolbar div.click_button,
.green.share_toolbar a {
    color:#3e5706;
    border-right:none;
    /*text-shadow: 1px 1px 1px #cdec8a;*/
    /*filter: dropshadow(color=#cdec8a, offx=1, offy=1); */
    margin-left: 5px;
    behavior: url(styles/PIE.htc);
}
.green.share_toolbar div.click_button:hover,
.green.share_toolbar a:hover {
    color: #25390b;
}
.green.share_toolbar > ul li:first-child {
    border-right: none;
}