.sharediv {
	width: 45px;
	height: 9px;
	background: url('/blog/wp-content/themes/planetv2/images/SHARE.jpg') top left no-repeat;
}
div.sociable {
    margin: 0px;
    background: #fff;
}
span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
	background: #fff;
}
.sociable ul a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 5px 5px 5px 10px;
    width: 125px;
    background: #fff;
}
.sociable ul a:hover {
    color: #696969;
    text-decoration: none;
}
.sociable ul li {
	background: none;
	float: left;
	position: relative;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
	background: #fff;
}
.sociable ul li:hover ul { display: block; }
.sociable ul li:hover ul li ul { display: none; }
.sociable ul li ul li:hover ul {
    display: block;
    position: absolute;
    left: 140px;
    top: -1px;
    border-left: 1px solid #FFF;
}
.sociable ul li ul {
    list-style: none;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 125px;
    border-top: 1px solid #FFF;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {

}
.sociable-hovers:hover {

}
